IDesignerSerializationManager.Context 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擁有基於堆疊、使用者定義的儲存區域,方便序列化器間的通訊。
public:
property System::ComponentModel::Design::Serialization::ContextStack ^ Context { System::ComponentModel::Design::Serialization::ContextStack ^ get(); };
public System.ComponentModel.Design.Serialization.ContextStack Context { get; }
member this.Context : System.ComponentModel.Design.Serialization.ContextStack
Public ReadOnly Property Context As ContextStack
屬性值
一個 ContextStack 儲存資料的裝置。
備註
此儲存區提供物件上下文資訊給序列化器。 關於正在序列化物件的上下文資訊可以透過此 ContextStack儲存與存取。