次の方法で共有


ContextStack.Current プロパティ

定義

スタック上の現在のオブジェクトを取得します。

public:
 property System::Object ^ Current { System::Object ^ get(); };
public object Current { get; }
public object? Current { get; }
member this.Current : obj
Public ReadOnly Property Current As Object

プロパティ値

スタック上の現在のオブジェクト。プッシュされたオブジェクトがない場合は null

注釈

現在の オブジェクトは、スタックの上部にあるオブジェクト、またはスタックに最後に追加されたオブジェクトです。

適用対象