다음을 통해 공유


IppAttributeValue.CreateKeywordArray(IIterable<String>) 메서드

정의

지정된 값을 가진 특성 배열 keyword 을 포함하는 IppAttributeValue 개체를 만듭니다.

public:
 static IppAttributeValue ^ CreateKeywordArray(IIterable<Platform::String ^> ^ values);
 static IppAttributeValue CreateKeywordArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateKeywordArray(IEnumerable<string> values);
function createKeywordArray(values)
Public Shared Function CreateKeywordArray (values As IEnumerable(Of String)) As IppAttributeValue

매개 변수

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

특성 배열의 값입니다 keyword .

반환

IppAttributeValue 개체입니다.

적용 대상