IppAttributeValue.CreateCollectionArray 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 collection
attributes with the specified values.
public:
static IppAttributeValue ^ CreateCollectionArray(IIterable<IIterable<IKeyValuePair<Platform::String ^, IppAttributeValue ^> ^> ^> ^ memberAttributesArray);
static IppAttributeValue CreateCollectionArray(IIterable<IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>>> const& memberAttributesArray);
public static IppAttributeValue CreateCollectionArray(IEnumerable<IEnumerable<KeyValuePair<string,IppAttributeValue>>> memberAttributesArray);
function createCollectionArray(memberAttributesArray)
Public Shared Function CreateCollectionArray (memberAttributesArray As IEnumerable(Of IEnumerable(Of KeyValuePair(Of String, IppAttributeValue)))) As IppAttributeValue
Parameters
- memberAttributesArray
-
IIterable<IIterable<IKeyValuePair<String,IppAttributeValue>>>
IEnumerable<IEnumerable<KeyValuePair<String,IppAttributeValue>>>
IIterable<IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>>
IIterable<IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>>
The values of the array of collection
attributes.
Returns
The new IppAttributeValue object.