Share via


CharacterMetricsDictionary.Keys Propriété

Définition

Important

Cette API n’est pas conforme CLS.

Obtient une collection de codes de caractère à partir du 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)

Valeur de propriété

ICollection<Int32>

Collection de clés de type Int32.

Implémente

Attributs

Remarques

Chaque clé de la collection retournée représente un code de caractère.

S’applique à