CharacterMetricsDictionary.Keys Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene un insieme 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à

ICollection<Int32>

Insieme di chiavi di tipo Int32.

Implementazioni

Attributi

Commenti

Ogni chiave della raccolta restituita rappresenta un codice di carattere.

Si applica a