IppAttributeValue.GetCharsetArray Method

Definition

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

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

Returns

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The array of charset attributes.

Applies to