IProperty::GetEnumeration

virtual IEnumeration* IProperty::GetEnumeration(void)

Get the enumeration for the property.

Defined in: PropIface.h

Return Value

Pointer to an enumeration.

Comments

If the property is an enumerated property, this function returns a pointer to the enumeration that describes the possible values for the property. The value of an enumerated property is an index into the enumeration. This function returns NULL for properties that are not enumerated properties.

See Also

IEnumeration