다음을 통해 공유


IppAttributeValue.CreateCollectionArray 메서드

정의

지정된 값을 가진 특성 배열 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

매개 변수

반환

IppAttributeValue 개체입니다.

적용 대상