IDesignerSerializationManager.Context 属性

定义

获取基于堆栈的、用户定义的存储区域,该区域对于序列化程序之间的通信十分有用。

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来存储和访问有关要序列化的 对象的上下文信息。

适用于