IppAttributeValue.GetKeywordArray Method

Definition

Gets the array of keyword attributes that are contained in the current IppAttributeValue object.

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

Returns

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The array of keyword attributes.

Applies to