Partager via


GraphPathSerializationDictionary.Remove, méthode (String)

Supprime la première occurrence d'un objet spécifique de System.Collections.Generic.ICollection.

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

Syntaxe

'Déclaration
Public Function Remove ( _
    key As String _
) As Boolean
public bool Remove(
    string key
)
public:
virtual bool Remove(
    String^ key
) sealed
abstract Remove : 
        key:string -> bool 
override Remove : 
        key:string -> bool 
public final function Remove(
    key : String
) : boolean

Paramètres

  • key
    Type : System.String
    Nom de l'élément à supprimer depuis System.Collections.Generic.ICollection.

Valeur de retour

Type : System.Boolean
True si l'élément a été correctement supprimé de System.Collections.Generic.ICollection ; sinon, false.Cette méthode retourne également la valeur false si l'élément est introuvable dans System.Collections.Generic.ICollection d'origine.

Implémentations

IDictionary<TKey, TValue>.Remove(TKey)

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Remove, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms