![]() |
v2.41
|
|
Represents a property description. More...
Public Member Functions | |
| HRESULT | GetEnumerationItems ([out, retval] SAFEARRAY(BSTR) *pEnumItems) |
| Gets the items of an enumeration property definition. | |
| HRESULT | SetEnumerationItems ([in] SAFEARRAY(BSTR) enumItems) |
| Sets the items to an enumeration property definition. | |
Properties | |
| BSTR | Name [get] |
| The name of the property. | |
| PropertyType | Type [get] |
| The type of the property. | |
Represents a property description.
| HRESULT GetEnumerationItems | ( | [out, retval] SAFEARRAY(BSTR) * | pEnumItems | ) |
Gets the items of an enumeration property definition.
It is an error to call this method on a property definition of type other than PropertyType_Enumeration.
| HRESULT SetEnumerationItems | ( | [in] SAFEARRAY(BSTR) | enumItems | ) |
Sets the items to an enumeration property definition.
It is an error to call this method on a property definition of type other than PropertyType_Enumeration.