IppAttributeValue.GetRangeOfIntegerArray 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 rangeOfInteger
attributes that are contained in the current IppAttributeValue object.
public:
virtual IVector<IppIntegerRange ^> ^ GetRangeOfIntegerArray() = GetRangeOfIntegerArray;
IVector<IppIntegerRange> GetRangeOfIntegerArray();
public IList<IppIntegerRange> GetRangeOfIntegerArray();
function getRangeOfIntegerArray()
Public Function GetRangeOfIntegerArray () As IList(Of IppIntegerRange)
Returns
The array of rangeOfInteger
attributes.