Compartilhar via


Método ReadOnlyLinkedElementCollection<T>.ICollection<T>.Remove

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Sintaxe

'Declaração
Private Function Remove ( _
    item As T _
) As Boolean Implements ICollection(Of T).Remove
bool ICollection<T>.Remove(
    T item
)

Parâmetros

  • item
    Tipo: T

Valor de retorno

Tipo: System.Boolean

Implementações

ICollection<T>.Remove(T)

Segurança do .NET Framework

Consulte também

Referência

ReadOnlyLinkedElementCollection<T> Classe

Namespace Microsoft.VisualStudio.Modeling