Compartir a través de


GraphPathSerializationDictionary.Remove (Método) (KeyValuePair<String, String>)

Espacio de nombres:  Microsoft.VisualStudio.GraphModel
Ensamblado:  Microsoft.VisualStudio.GraphModel (en Microsoft.VisualStudio.GraphModel.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean

Implementaciones

ICollection<T>.Remove(T)

Seguridad de .NET Framework

Vea también

Referencia

GraphPathSerializationDictionary Clase

Remove (Sobrecarga)

Microsoft.VisualStudio.GraphModel (Espacio de nombres)