DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection, méthode

Supprime la propriété spécifiée en défini les propriétés de connexion.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Private Function Remove ( _
    item As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
bool ICollection<KeyValuePair<string, Object>>.Remove(
    KeyValuePair<string, Object> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, Object> -> bool  
private override Remove : 
        item:KeyValuePair<string, Object> -> bool
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

  • item
    Type : KeyValuePair<String, Object>

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

Valeur de retour

Type : Boolean
true si la propriété est supprimée avec succès ; false si la propriété est introuvable.

Implémentations

ICollection.Remove(UTP)

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

DataConnectionProperties Classe

Microsoft.VisualStudio.Data.Framework, espace de noms