Sdílet prostřednictvím


RouteValueDictionary.Keys Vlastnost

Definice

Získá kolekci, která obsahuje klíče ve slovníku.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ Keys { System::Collections::Generic::Dictionary<System::String ^, System::Object ^>::KeyCollection ^ get(); };
public System.Collections.Generic.Dictionary<string,object>.KeyCollection Keys { get; }
member this.Keys : System.Collections.Generic.Dictionary<string, obj>.KeyCollection
Public ReadOnly Property Keys As Dictionary(Of String, Object).KeyCollection

Hodnota vlastnosti

System.Collections.Generic.Dictionary<System.String,System.Object>.KeyCollection

Kolekce, která obsahuje klíče ve slovníku.

Platí pro

Viz také