CharacterMetricsDictionary.Keys Właściwość

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Pobiera kolekcję kodów znaków z klasy CharacterMetricsDictionary.

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)

Wartość właściwości

ICollection<Int32>

Kolekcja kluczy typu Int32.

Implementuje

Atrybuty

Uwagi

Każdy klucz w zwróconej kolekcji reprezentuje kod znaku.

Dotyczy