ReadOnlyLinkedElementCollection<T>.ICollection<T>.Remove Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Private Function Remove ( _
    item As T _
) As Boolean Implements ICollection(Of T).Remove
'使用
Dim instance As ReadOnlyLinkedElementCollection
Dim item As T
Dim returnValue As Boolean

returnValue = CType(instance, ICollection(Of T)).Remove(item)
bool ICollection<T>.Remove(
    T item
)
private:
virtual bool Remove(
    T item
) sealed = ICollection<T>::Remove
JScript does not support explicit interface implementations.

Parameters

  • item
    Type: T

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

Permissions

See Also

Reference

ReadOnlyLinkedElementCollection<T> Class

ReadOnlyLinkedElementCollection<T> Members

Microsoft.VisualStudio.Modeling Namespace