HttpRequestOptions.IDictionary<String,Object>.Values 속성

정의

ICollection<T> 있는 값을 포함하는 값을 IDictionary<TKey,TValue>가져옵니다.

property System::Collections::Generic::ICollection<System::Object ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Values { System::Collections::Generic::ICollection<System::Object ^> ^ get(); };
System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Values : System.Collections.Generic.ICollection<obj>
 ReadOnly Property Values As ICollection(Of Object) Implements IDictionary(Of String, Object).Values

속성 값

ICollection<T> 구현하는 개체의 값을 포함하는 값입니다IDictionary<TKey,TValue>.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 HttpRequestOptions 캐스팅 IDictionary<TKey,TValue> 되는 경우에만 사용할 수 있습니다.

적용 대상