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>

字符代码列表。

适用于