Partager via


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

Supprime la propriété spécifiée de l'ensemble actuel de 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

Valeur de retour

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

Implémentations

ICollection<T>.Remove(T)

Notes

Cette méthode fournit une implémentation de la méthode d' Remove .Pour plus d'informations, consultez la méthode d' 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