IppAttributeValue.CreateIntegerArray(IIterable<Int32>) 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.
Creates an IppAttributeValue object that contains an array of integer
attributes with the specified values.
public:
static IppAttributeValue ^ CreateIntegerArray(IIterable<int> ^ values);
static IppAttributeValue CreateIntegerArray(IIterable<int> const& values);
public static IppAttributeValue CreateIntegerArray(IEnumerable<int> values);
function createIntegerArray(values)
Public Shared Function CreateIntegerArray (values As IEnumerable(Of Integer)) As IppAttributeValue
Parameters
- values
-
IIterable<int>
The values of the array of integer
attributes.
Returns
The new IppAttributeValue object.