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

ディクショナリ内の値を格納するコレクション。

適用対象

こちらもご覧ください