Share via


GraphPathSerializationDictionary.Remove Method (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

Parameters

Return Value

Type: System.Boolean

Implements

IDictionary<TKey, TValue>.Remove(TKey)

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Remove Overload

Microsoft.VisualStudio.GraphModel Namespace