IppAttributeValue.CreateEnumArray(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 enum
attributes with the specified values.
public:
static IppAttributeValue ^ CreateEnumArray(IIterable<int> ^ values);
static IppAttributeValue CreateEnumArray(IIterable<int> const& values);
public static IppAttributeValue CreateEnumArray(IEnumerable<int> values);
function createEnumArray(values)
Public Shared Function CreateEnumArray (values As IEnumerable(Of Integer)) As IppAttributeValue
Parameters
- values
-
IIterable<int>
The values of the array of enum
attributes.
Returns
The new IppAttributeValue object.