RouteValueDictionary.IDictionary<String,Object>.Keys Propriété

Définition

Pour obtenir une description de ce membre, consultez Keys.

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

Valeur de propriété

Collection qui contient les clés dans le dictionnaire.

Implémente

S’applique à

Voir aussi