ContextStack.Current 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得堆疊上的目前物件。
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
(如果沒有物件推入)。
備註
目前的對像是堆疊頂端的物件,或最後新增至堆疊的物件。