Lingua

CharacterMetricsDictionary.Keys Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene una raccolta di codici carattere da 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)

Valore della proprietà

Raccolta di chiavi di tipo Int32.

Implementazioni

Attributi

Commenti

Ogni chiave nella raccolta restituita rappresenta un codice carattere.

Si applica a