IppAttributeValue.GetIntegerArray 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 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.