PropertyEntry.Type 属性
定义
获取或设置属性项的类型。Gets or sets the type of the entry.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property Type ^ Type { Type ^ get(); void set(Type ^ value); };
public Type Type { get; set; }
member this.Type : Type with get, set
Public Property Type As Type
属性值
- Type
属性项的 Type。The Type of the entry.
适用于