Partager via


ViewDataDictionary.Keys Propriété

Définition

Obtient une collection qui contient les clés de ce dictionnaire.

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

Valeur de propriété

Collection qui contient les clés de l'objet qui implémente IDictionary<TKey,TValue>.

Implémente

S’applique à