Share via


AdoDotNetConnectionProperties.IDictionary.Remove, méthode

Supprime l'élément avec la clé spécifiée de l'instance d'IDictionary.

Espace de noms :  Microsoft.VisualStudio.Data.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.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

  • key
    Type : Object

    La clé pour l'élément soit supprimé.

Implémentations

IDictionary.Remove(Object)

Notes

Cette méthode fournit une implémentation de la méthode Remove. Pour plus d'informations consultez la méthode Remove dans la bibliothèque de classes d'.NET Framework.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionProperties Classe

Microsoft.VisualStudio.Data.AdoDotNet, espace de noms