LineDisplayCustomGlyphs.SupportedGlyphCodes Property
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 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
The list of character codes.