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<Object>

ICollection<T>,包含實作 IDictionary<TKey,TValue> 之物件中的值。

實作

備註

這個成員是明確介面成員實作, 只有在 HttpRequestOptions 執行個體轉換成 IDictionary<TKey,TValue> 介面時,才能使用這個成員。

適用於