HttpRequestOptions.IReadOnlyDictionary<String,Object>.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得在唯讀字典中擁有指定索引鍵的項目。
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
要尋找的索引鍵。
屬性值
在唯讀字典中擁有指定索引鍵的項目。