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

検索するキー。

プロパティ値

読み取り専用ディクショナリに指定されたキーを持つ要素。

実装

適用対象