IppAttributeValue.CreateCollection 方法

定义

创建一个 IppAttributeValue 对象,该对象包含由 collection Internet 打印协议 (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

参数

返回

新的 IppAttributeValue 对象。

适用于