Click or drag to resize

PropertyDescriptionList Methods

The PropertyDescriptionList type exposes the following members.

Methods
  NameDescription
Public methodAdd(PropertyDescription, PROPDESC_VIEW_FLAGS)
Adds the specified property.
Public methodAdd(PropertyKey, PROPDESC_VIEW_FLAGS)
Adds the specified property key.
Public methodAdd(String, PROPDESC_VIEW_FLAGS)
Adds the specified property using its canonical name.
Public methodAddRange(PropertyDescription)
Adds a list of properties.
Public methodAddRange(PropertyKey)
Adds a list of property keys.
Public methodAddRange(IEnumerablePropertyDescription, PROPDESC_VIEW_FLAGS)
Adds a list of properties.
Public methodAddRange(IEnumerablePropertyKey, PROPDESC_VIEW_FLAGS)
Adds a list of property keys.
Public methodAddRange(PROPDESC_VIEW_FLAGS, PropertyDescription)
Adds a list of properties.
Public methodAddRange(PROPDESC_VIEW_FLAGS, PropertyKey)
Adds a list of property keys.
Public methodClear
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodStatic memberGetFlagString
Gets the a string that represents the view flags. See Windows Property System's IPropertySystem::GetPropertyDescriptionListFromString method for more information.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes the specified property.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also