Properties | |
LPUNKNOWN R | _NewEnum [] |
Returns the enumerator for the collection. | |
VARIANT R | Item [[in] long Index] [] |
Returns the specified item in the collection. | |
long R | Count [] |
Returns the number of items in the collection. | |
BSTR R | Text [] |
Returns the name of the property or the category. | |
BSTR R | DefaultValueAsString [] |
Default value of the property in string format. |
A category of properties is a collection of PropertyInformation objects.
LPUNKNOWN R _NewEnum |
Returns the enumerator for the collection.
long R Count |
Returns the number of items in the collection.
Returns 0 if the object represents a single property.
BSTR R DefaultValueAsString |
Default value of the property in string format.
VARIANT R Item[[in] long Index] | ( | ) |
Returns the specified item in the collection.
BSTR R Text |
Returns the name of the property or the category.