다음을 통해 공유


IppAttributeValue.GetKeywordArray 메서드

정의

현재 IppAttributeValue 개체에 포함된 특성의 keyword 배열을 가져옵니다.

public:
 virtual IVector<Platform::String ^> ^ GetKeywordArray() = GetKeywordArray;
IVector<winrt::hstring> GetKeywordArray();
public IList<string> GetKeywordArray();
function getKeywordArray()
Public Function GetKeywordArray () As IList(Of String)

반환

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

특성의 배열입니다 keyword .

적용 대상