다음을 통해 공유


IppAttributeValue.CreateCollection 메서드

정의

IPP(인터넷 인쇄 프로토콜)에 정의된 대로 지정된 값을 가진 특성을 포함하는 collectionIppAttributeValue 개체를 만듭니다.

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 개체입니다.

적용 대상