다음을 통해 공유


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>

문자 코드 목록입니다.

적용 대상