다음을 통해 공유


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> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상