ModelItemDictionary.IDictionary.Remove, méthode

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

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

Syntaxe

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

Paramètres

Implémentations

IDictionary.Remove(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