Condividi tramite


Proprietà TestRunConfiguration.ApartmentState

Ottiene lo stato dell'apartment che attualmente è impostato per la configurazione di esecuzione.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Property ApartmentState As ApartmentState
public ApartmentState ApartmentState { get; set; }
public:
property ApartmentState ApartmentState {
    ApartmentState get ();
    void set (ApartmentState value);
}
member ApartmentState : ApartmentState with get, set
function get ApartmentState () : ApartmentState
function set ApartmentState (value : ApartmentState)

Valore proprietà

Tipo: System.Threading.ApartmentState
Stato dell'apartment.

Note

Lo stato predefinito è l'apartment thread singolo (STA).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

ApartmentState