Share via


ListColumnCollection.Remove Method

Removes the first occurrence of the specified ListColumn object from the ListColumnCollection.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Public Function Remove ( _
    item As ListColumn(Of TBusinessObject) _
) As Boolean
public bool Remove (
    ListColumn<TBusinessObject> item
)
public:
virtual bool Remove (
    ListColumn<TBusinessObject>^ item
) sealed
public final boolean Remove (
    ListColumn<TBusinessObject> item
)
public final function Remove (
    item : ListColumn<TBusinessObject>
) : boolean

Parameters

Return Value

true if the ListColumn object was successfully removed; otherwise, false. This method also returns false if the ListColumn object was not found in the ListColumnCollection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

ListColumnCollection Generic Class
ListColumnCollection Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace