RouteValueDictionary.Values Eigenschaft

Definition

Ruft eine Auflistung ab, die die Werte im Wörterbuch enthält.

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

Eigenschaftswert

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

Eine Auflistung, die die Werte im Wörterbuch enthält.

Gilt für:

Weitere Informationen