IppAttributeValue.GetEnumArray Method

Definition

Gets the array of enum attributes that are contained in the current IppAttributeValue object.

public:
 virtual IVector<int> ^ GetEnumArray() = GetEnumArray;
IVector<int> GetEnumArray();
public IList<int> GetEnumArray();
function getEnumArray()
Public Function GetEnumArray () As IList(Of Integer)

Returns

The array of enum attributes.

Applies to