IppAttributeValue.CreateCollection メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インターネット印刷プロトコル (IPP) で定義されている、指定した値を持つ属性を含む collection
IppAttributeValue オブジェクトを作成します。
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
パラメーター
- memberAttributes
-
IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>
IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>
collection
属性の値。
戻り値
新しい IppAttributeValue オブジェクト。