BamlLocalizationDictionary.IDictionary.Contains(Object) Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter Contains(Object).

 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 im Wörterbuch zu suchende Schlüssel.

Gibt zurück

Boolean

true, wenn Object in der BamlLocalizationDictionary gefunden wird, andernfalls false.

Implementiert

Gilt für

Siehe auch