IppAttributeValue.CreateBooleanArray(IIterable<Boolean>) 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 boolean
attributes with the specified values.
public:
static IppAttributeValue ^ CreateBooleanArray(IIterable<bool> ^ values);
static IppAttributeValue CreateBooleanArray(IIterable<bool> const& values);
public static IppAttributeValue CreateBooleanArray(IEnumerable<bool> values);
function createBooleanArray(values)
Public Shared Function CreateBooleanArray (values As IEnumerable(Of Boolean)) As IppAttributeValue
Parameters
- values
-
IIterable<bool>
The values of the array of boolean
attributes.
Returns
The new IppAttributeValue object.