CProperty::SetEnumeration

void CProperty::SetEnumeration(IEnumeration* pIEnumVals)

Set the enumerated values for the property.

Defined in: Property.h

Return Value

void

Parameters

pIEnumVals

Pointer to enumeration to assign to the property.

Comments

Properties that are assigned an enumeration are referred to as enumerated properties. The value of an enumerated property is an index into the enumeration.

See Also

IEnumeration