For WinRT, C++/CX component.
I follow the documentation and use the notation>
[MTAThread]
Also y try with:
using namespace Windows::Foundation;
using namespace Platform;
[Threading(ThreadingModel::MTA)]
public ref class MyTestClass
{
};
But all the times, the Unit Test run in STA mode.
Regards
Marcelo
Marcelo