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 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 methodRemove
Removes the specified property.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also