LineDisplayCustomGlyphs.SupportedGlyphCodes Свойство

Определение

Возвращает список кодов символов, доступных для переопределения в виде пользовательских глифов.

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)

Значение свойства

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

Список кодов символов.

Применяется к