ObjectPersistData.ObjectType 属性
定义
获取与保留的属性相关联的对象的类型。Gets the type of the object associated with the persisted properties.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property Type ^ ObjectType { Type ^ get(); };
public Type ObjectType { get; }
member this.ObjectType : Type
Public ReadOnly Property ObjectType As Type
属性值
要生成的对象的 Type。The Type of the object being built.