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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.