次の方法で共有


IppAttributeValue.GetKeywordArray メソッド

定義

現在の keywordIppAttributeValue オブジェクトに含まれる属性の配列を取得します。

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 配列。

適用対象