SemanticValue.IDictionary<String,SemanticValue>.Keys Propriété

Définition

Obtient une collection qui contient les clés d'un dictionnaire de paires clé/valeur.

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Speech::Recognition::SemanticValue>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Speech.Recognition.SemanticValue>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, SemanticValue).Keys

Valeur de propriété

ICollection<String>

Collection qui contient les clés d’un dictionnaire de paires clé/valeur.

Implémente

S’applique à