Aracılığıyla paylaş


CharacterMetricsDictionary.Keys Özellik

Tanım

Önemli

Bu API, CLS uyumlu değildir.

'den CharacterMetricsDictionarykarakter kodları koleksiyonunu alır.

public:
 property System::Collections::Generic::ICollection<int> ^ Keys { System::Collections::Generic::ICollection<int> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<int> Keys { get; }
[<System.CLSCompliant(false)>]
member this.Keys : System.Collections.Generic.ICollection<int>
Public ReadOnly Property Keys As ICollection(Of Integer)

Özellik Değeri

ICollection<Int32>

türünde Int32bir anahtar koleksiyonu.

Uygulamalar

Öznitelikler

Açıklamalar

Döndürülen koleksiyondaki her anahtar bir karakter kodunu temsil eder.

Şunlara uygulanır