Partager via


GraphPathSerializationDictionary.Remove, méthode (String)

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

Valeur de retour

Type : System.Boolean

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