HostExecutionContext.State 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 or sets the state of the host execution context.
protected public:
property System::Object ^ State { System::Object ^ get(); void set(System::Object ^ value); };
protected internal object? State { get; set; }
protected internal object State { get; set; }
member this.State : obj with get, set
Protected Friend Property State As Object
Property Value
An object representing the host execution context state.
Remarks
The State property value represents a safe handle containing the IUnknown
pointer for the host.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.