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>

文字コードの一覧。

適用対象