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

包含字典中的值的集合。

适用于

另请参阅