IppAttributeValue.CreateCollection 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 a collection
attribute with the specified value, as defined by the Internet Printing Protocol (IPP).
public:
static IppAttributeValue ^ CreateCollection(IIterable<IKeyValuePair<Platform::String ^, IppAttributeValue ^> ^> ^ memberAttributes);
static IppAttributeValue CreateCollection(IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>> const& memberAttributes);
public static IppAttributeValue CreateCollection(IEnumerable<KeyValuePair<string,IppAttributeValue>> memberAttributes);
function createCollection(memberAttributes)
Public Shared Function CreateCollection (memberAttributes As IEnumerable(Of KeyValuePair(Of String, IppAttributeValue))) As IppAttributeValue
Parameters
- memberAttributes
-
IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>
IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>
The value of the collection
attribute.
Returns
The new IppAttributeValue object.