Compartir a través de


WeakCollection<T>.Remove Method

Microsoft internal use only. Removes an item from the underlying collection, if it exists.

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

Syntax

'Declaración
Public Function Remove ( _
    item As T _
) As Boolean
public bool Remove(
    T item
)

Parameters

  • item
    Type: T
    The item to remove.

Return Value

Type: System.Boolean
Returns true if the item was found and removed; otherwise returns false.

Remarks

This is 0(n), where n is the number of WeakReferences currently in the list.

.NET Framework Security

See Also

Reference

WeakCollection<T> Class

Microsoft.VisualStudio.PlatformUI Namespace