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

要定位的键。

属性值

在只读目录中有指定键的元素。

实现

适用于