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, setProtected Friend Property State As ObjectProperty 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.