Partilhar via


Método GraphPathSerializationDictionary.Remove (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 ( _
    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

Parâmetros

  • key
    Tipo: System.String
    O nome do item a ser removido de System.Collections.Generic.ICollection.

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

IDictionary<TKey, TValue>.Remove(TKey)

Segurança do .NET Framework

Consulte também

Referência

GraphPathSerializationDictionary Classe

Sobrecargas Remove

Namespace Microsoft.VisualStudio.GraphModel