TaskHost.ApartmentThreaded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the task is an apartment-threaded object.
public:
property bool ApartmentThreaded { bool get(); };
public bool ApartmentThreaded { get; }
member this.ApartmentThreaded : bool
Public ReadOnly Property ApartmentThreaded As Boolean
Property Value
true if the task is an apartment-threaded object; otherwise, false.