Share via


GraphPathSerializationDictionary.Remove Method (KeyValuePair<String, String>)

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

GraphPathSerializationDictionary Class

Remove Overload

Microsoft.VisualStudio.GraphModel Namespace