LineDisplayCustomGlyphs.SupportedGlyphCodes Property

Definition

Gets the list of character codes available for redefinition as custom glyphs.

public:
 property IVectorView<unsigned int> ^ SupportedGlyphCodes { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedGlyphCodes();
public IReadOnlyList<uint> SupportedGlyphCodes { get; }
var iVectorView = lineDisplayCustomGlyphs.supportedGlyphCodes;
Public ReadOnly Property SupportedGlyphCodes As IReadOnlyList(Of UInteger)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

The list of character codes.

Applies to