IppAttributeValue.GetCharsetArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The array of charset
attributes.