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

适用于