HttpHeadersNonValidated.IReadOnlyDictionary<String,HeaderStringValues>.TryGetValue メソッド

定義

指定されたキーに関連付けられている値を取得します。

 virtual bool System.Collections.Generic.IReadOnlyDictionary<System.String,System.Net.Http.Headers.HeaderStringValues>.TryGetValue(System::String ^ key, [Runtime::InteropServices::Out] System::Net::Http::Headers::HeaderStringValues % value) = System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Net::Http::Headers::HeaderStringValues>::TryGetValue;
bool IReadOnlyDictionary<string,HeaderStringValues>.TryGetValue (string key, out System.Net.Http.Headers.HeaderStringValues value);
abstract member System.Collections.Generic.IReadOnlyDictionary<System.String,System.Net.Http.Headers.HeaderStringValues>.TryGetValue : string * HeaderStringValues -> bool
override this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Net.Http.Headers.HeaderStringValues>.TryGetValue : string * HeaderStringValues -> bool
Function TryGetValue (key As String, ByRef value As HeaderStringValues) As Boolean Implements IReadOnlyDictionary(Of String, HeaderStringValues).TryGetValue

パラメーター

key
String

検索するキー。

value
HeaderStringValues

このメソッドが戻るときに、キーが見つかった場合は、指定したキーに関連付けられている値が格納されます。それ以外の場合は、 の既定値 HeaderStringValuesが格納されます。 このパラメーターは初期化せずに渡されます。

戻り値

true コレクションに指定したヘッダーが含まれている場合は 。それ以外の場合は false

適用対象