HttpRequestOptions.IDictionary<String,Object>.ContainsKey Methode

Definition

Bestimmt, ob das IDictionary<TKey,TValue> Element mit dem angegebenen Schlüssel enthält.

 virtual bool System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey(System::String ^ key) = System::Collections::Generic::IDictionary<System::String ^, System::Object ^>::ContainsKey;
bool IDictionary<string,object>.ContainsKey(string key);
abstract member System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
override this.System.Collections.Generic.IDictionary<System.String,System.Object>.ContainsKey : string -> bool
Function ContainsKey (key As String) As Boolean Implements IDictionary(Of String, Object).ContainsKey

Parameter

key
String

Der Schlüssel, der in der IDictionary<TKey,TValue>Datei gefunden werden soll.

Gibt zurück

true wenn das IDictionary<TKey,TValue> Element mit dem Schlüssel enthält; andernfalls false.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die HttpRequestOptions Instanz in eine IDictionary<TKey,TValue> Schnittstelle umgegossen wird.

Gilt für: