HttpHeadersNonValidated.IReadOnlyDictionary<String,HeaderStringValues>.TryGetValue Metoda

Definice

Získá hodnotu, která je přidružena k zadanému klíči.

 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

Parametry

key
String

Klíč, který chcete najít.

value
HeaderStringValues

Když tato metoda vrátí, obsahuje hodnotu přidruženou k zadanému klíči, pokud je klíč nalezen; jinak obsahuje výchozí hodnotu HeaderStringValues. Tento parametr se předává neinicializovaný.

Návraty

truePokud kolekce obsahuje zadanou hlavičku; v opačném případě . false

Platí pro