Share via


WeakCollection<T>.Remove Method

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public Function Remove ( _
    item As T _
) As Boolean
public bool Remove(
    T item
)
public:
virtual bool Remove(
    T item
) sealed
abstract Remove : 
        item:'T -> bool 
override Remove : 
        item:'T -> bool 
public final function Remove(
    item : T
) : boolean

Parameters

  • item
    Type: T

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

WeakCollection<T> Class

Microsoft.VisualStudio.PlatformUI Namespace