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來儲存和存取正在串行化之對象的內容資訊。