Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.18 KB

ippattributevalue_createcollectionarray_440201733.md

File metadata and controls

33 lines (18 loc) · 1.18 KB
-api-id -api-type
M:Windows.Devices.Printers.IppAttributeValue.CreateCollectionArray(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,Windows.Devices.Printers.IppAttributeValue}}})
winrt method

Windows.Devices.Printers.IppAttributeValue.CreateCollectionArray(Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IIterable{Windows.Foundation.Collections.IKeyValuePair{System.String,Windows.Devices.Printers.IppAttributeValue}}})

-description

Creates an IppAttributeValue object that contains an array of collection attributes with the specified values.

-parameters

-param memberAttributesArray

The values of the array of collection attributes.

-returns

The new IppAttributeValue object.

-remarks

-see-also

-examples