PexSettingsAttributeBase.ThreadApartmentState Eigenschaft

Definition

Ein benannter Parameter, der angibt, welchen Apartmentzustand der Testthread haben soll.

public:
 property Microsoft::Pex::Framework::Settings::PexApartmentState ThreadApartmentState { Microsoft::Pex::Framework::Settings::PexApartmentState get(); void set(Microsoft::Pex::Framework::Settings::PexApartmentState value); };
[System.ComponentModel.Category("Main")]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.Description("in which apartment state the test thread should be")]
public Microsoft.Pex.Framework.Settings.PexApartmentState ThreadApartmentState { get; set; }
[<System.ComponentModel.Category("Main")>]
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
[<System.ComponentModel.Description("in which apartment state the test thread should be")>]
member this.ThreadApartmentState : Microsoft.Pex.Framework.Settings.PexApartmentState with get, set
Public Property ThreadApartmentState As PexApartmentState

Eigenschaftswert

PexApartmentState

Der Apartmentzustand des Testthreads: STA oder MTA.

Attribute

Gilt für