Partager via


GraphPathSerializationDictionary.Remove, méthode (KeyValuePair<String, String>)

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

Valeur de retour

Type : System.Boolean

Implémentations

ICollection<T>.Remove(T)

Sécurité .NET Framework

Voir aussi

Référence

GraphPathSerializationDictionary Classe

Remove, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms