Partilhar via


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

Remove a primeira ocorrência de um determinado objeto de System.Collections.Generic.ICollection.

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
True se o item for removido com êxito de System.Collections.Generic.ICollection; caso contrário, falso.Esse método também retorna falso se o item não for encontrado no System.Collections.Generic.ICollection original.

Implementações

ICollection<T>.Remove(T)

Segurança do .NET Framework

Consulte também

Referência

GraphPathSerializationDictionary Classe

Sobrecargas Remove

Namespace Microsoft.VisualStudio.GraphModel