RouteValueDictionary.Values 屬性

定義

取得集合,其中包含此字典中的值。

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

屬性值

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

集合,其中包含此字典中的值。

適用於

另請參閱