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

사전의 값이 포함된 컬렉션입니다.

적용 대상

추가 정보