IppAttributeValue.GetIntegerArray Method

Definition

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

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

Returns

The array of integer attributes.

Applies to