HttpRequestOptions.IReadOnlyDictionary<String,Object>.Item[String] 屬性

定義

取得在唯讀字典中擁有指定索引鍵的項目。

property System::Object ^ System::Collections::Generic::IReadOnlyDictionary<System::String,System::Object>::Item[System::String ^] { System::Object ^ get(System::String ^ key); };
object? System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Item[string key] { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Item(string) : obj
 ReadOnly Property Item(key As String) As Object Implements IReadOnlyDictionary(Of String, Object).Item

參數

key
String

要尋找的索引鍵。

屬性值

在唯讀字典中擁有指定索引鍵的項目。

實作

適用於