HostExecutionContext.State プロパティ

定義

ホストの実行コンテキストの状態を取得または設定します。

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

プロパティ値

ホストの実行コンテキストの状態を表すオブジェクト。

注釈

プロパティ値は State 、ホストのポインターを IUnknown 含む安全なハンドルを表します。

適用対象