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
要定位的键。
属性值
在只读目录中有指定键的元素。