Partager via


ModelItemDictionary.IDictionary.Contains, méthode

Pour une description de ce membre, consultez IDictionary.Contains.

Espace de noms :  Microsoft.Windows.Design.Model
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
Private Function Contains ( _
    key As Object _
) As Boolean Implements IDictionary.Contains
bool IDictionary.Contains(
    Object key
)
private:
virtual bool Contains(
    Object^ key
) sealed = IDictionary::Contains
private abstract Contains : 
        key:Object -> bool 
private override Contains : 
        key:Object -> bool 
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • key
    Type : System.Object
    Clé à rechercher dans le dictionnaire.

Valeur de retour

Type : System.Boolean
true si le dictionnaire contient un élément avec key ; sinon, false.

Implémentations

IDictionary.Contains(Object)

Notes

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ModelItemDictionary est castée en interface IDictionary.

Sécurité .NET Framework

Voir aussi

Référence

ModelItemDictionary Classe

Microsoft.Windows.Design.Model, espace de noms

Autres ressources

Architecture de l'extensibilité du Concepteur WPF