RouteValueDictionary.Values Eigenschap

Definitie

Hiermee haalt u een verzameling op die de waarden in de woordenlijst bevat.

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

Waarde van eigenschap

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

Een verzameling die de waarden in de woordenlijst bevat.

Van toepassing op

Zie ook