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

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

Sintaxe

'Declaração
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 de retorno

Tipo: System.Boolean

Implementações

ICollection<T>.Remove(T)

Segurança do .NET Framework

Consulte também

Referência

GraphPathSerializationDictionary Classe

Sobrecargas Remove

Namespace Microsoft.VisualStudio.GraphModel