PropertyDescriptionList Methods |
The PropertyDescriptionList type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(PropertyDescription, PROPDESC_VIEW_FLAGS) |
Adds the specified property.
| |
| Add(PropertyKey, PROPDESC_VIEW_FLAGS) |
Adds the specified property key.
| |
| Add(String, PROPDESC_VIEW_FLAGS) |
Adds the specified property using its canonical name.
| |
| AddRange(PropertyDescription) |
Adds a list of properties.
| |
| AddRange(PropertyKey) |
Adds a list of property keys.
| |
| AddRange(IEnumerablePropertyDescription, PROPDESC_VIEW_FLAGS) |
Adds a list of properties.
| |
| AddRange(IEnumerablePropertyKey, PROPDESC_VIEW_FLAGS) |
Adds a list of property keys.
| |
| AddRange(PROPDESC_VIEW_FLAGS, PropertyDescription) |
Adds a list of properties.
| |
| AddRange(PROPDESC_VIEW_FLAGS, PropertyKey) |
Adds a list of property keys.
| |
| Clear |
Removes all items from the ICollectionT.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetFlagString |
Gets the a string that represents the view flags. See Windows Property System's IPropertySystem::GetPropertyDescriptionListFromString method for more information.
| |
| Remove |
Removes the specified property.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |