PidNamePropertyDescriptor

PidNamePropertyDescriptor(string, PropertyDataType, Guid)

初始化PidNamePropertyDescriptor class 由字符串名称和属性集标识的属性。

public PidNamePropertyDescriptor(string name, PropertyDataType type, Guid propertySet)
范围类型描述
nameString与属性集一起标识命名属性的字符串。
typePropertyDataType指定属性允许的值类型。
propertySetGuid标识具有相似用途的一组属性的 GUID。

也可以看看


PidNamePropertyDescriptor(string, string, PropertyDataType, Guid)

初始化PidNamePropertyDescriptor class 由字符串名称和属性集标识的属性。

public PidNamePropertyDescriptor(string canonicalName, string name, PropertyDataType type, 
    Guid propertySet)
范围类型描述
canonicalNameString用于在文档中引用属性的名称。
nameString与属性集一起标识命名属性的字符串。
typePropertyDataType指定属性允许的值类型。
propertySetGuid标识具有相似用途的一组属性的 GUID。

也可以看看