HostExecutionContext.State Property

Definition

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