PropertyDescriptorCollection.IDictionary.Contains(Object) Methode

Definition

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

 virtual bool System.Collections.IDictionary.Contains(System::Object ^ key) = System::Collections::IDictionary::Contains;
bool IDictionary.Contains(object key);
abstract member System.Collections.IDictionary.Contains : obj -> bool
override this.System.Collections.IDictionary.Contains : obj -> bool
Function Contains (key As Object) As Boolean Implements IDictionary.Contains

Parameter

key
Object

Der Schlüssel, der in der IDictionaryDatei gefunden werden soll.

Gibt zurück

true wenn das IDictionary Element mit dem Schlüssel enthält; andernfalls false.

Implementiert

Gilt für: