Share via


RouteValueDictionary.Keys 屬性

定義

取得集合,其中包含字典中的索引鍵。

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

屬性值

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

集合,其中包含字典中的索引鍵。

適用於

另請參閱