Freigeben über


TestRunConfiguration.ApartmentState-Eigenschaft

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: ApartmentState

.NET Framework-Sicherheit

Siehe auch

Referenz

TestRunConfiguration Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace