Aracılığıyla paylaş


HttpHeadersNonValidated.IReadOnlyDictionary<String,HeaderStringValues>.TryGetValue Yöntem

Tanım

Belirtilen anahtarla ilişkili değeri alır.

 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

Parametreler

key
String

Bulunacak anahtar.

value
HeaderStringValues

Bu yöntem döndürdüğünde, anahtar bulunursa belirtilen anahtarla ilişkili değeri içerir; aksi takdirde, varsayılan değerini HeaderStringValuesiçerir. Bu parametre, başlatmadan iletilir.

Döndürülenler

true koleksiyon belirtilen üst bilgiyi içeriyorsa; aksi takdirde , false.

Şunlara uygulanır