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