IppAttributeValue.GetEnumArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.