Freigeben über


GraphPathSerializationDictionary.Remove-Methode (String)

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

IDictionary<TKey, TValue>.Remove(TKey)

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPathSerializationDictionary Klasse

Remove-Überladung

Microsoft.VisualStudio.GraphModel-Namespace