Partager via


GraphPathSerializationDictionary.Remove, méthode (KeyValuePair<String, 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 ( _
    item As KeyValuePair(Of String, String) _
) As Boolean
public bool Remove(
    KeyValuePair<string, string> item
)
public:
virtual bool Remove(
    KeyValuePair<String^, String^> item
) sealed
abstract Remove : 
        item:KeyValuePair<string, string> -> bool  
override Remove : 
        item:KeyValuePair<string, string> -> bool
public final function Remove(
    item : KeyValuePair<String, String>
) : boolean

Paramètres

  • item
    Type : KeyValuePair<String, String>

    L'objet à supprimer depuis System.Collections.Generic.ICollection.

Valeur de retour

Type : 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

ICollection.Remove(UTP)

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Remove, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms