PidNamePropertyDescriptor.PidNamePropertyDescriptor

PidNamePropertyDescriptor(string, PropertyDataType, Guid)

Initializes a new instance of the PidNamePropertyDescriptor class Properties identified by a string name along with a property set.

public PidNamePropertyDescriptor(string name, PropertyDataType type, Guid propertySet)
ParameterTypeDescription
nameStringA string that, along with the property set, identifies a named property.
typePropertyDataTypeSpecifies the type of values allowed for the property.
propertySetGuidA GUID that identifies a group of properties with a similar purpose.

See Also


PidNamePropertyDescriptor(string, string, PropertyDataType, Guid)

Initializes a new instance of the PidNamePropertyDescriptor class Properties identified by a string name along with a property set.

public PidNamePropertyDescriptor(string canonicalName, string name, PropertyDataType type, 
    Guid propertySet)
ParameterTypeDescription
canonicalNameStringThe name used to refer to the property in the documentation.
nameStringA string that, along with the property set, identifies a named property.
typePropertyDataTypeSpecifies the type of values allowed for the property.
propertySetGuidA GUID that identifies a group of properties with a similar purpose.

See Also