ListGroupingCollection.Remove Method
Removes the first occurrence of the specified ListGrouping from the ListGroupingCollection.
Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)
Usage
Syntax
'Declaration
Public Function Remove ( _
item As ListGrouping(Of TBusinessObject) _
) As Boolean
public bool Remove (
ListGrouping<TBusinessObject> item
)
public:
virtual bool Remove (
ListGrouping<TBusinessObject>^ item
) sealed
public final boolean Remove (
ListGrouping<TBusinessObject> item
)
public final function Remove (
item : ListGrouping<TBusinessObject>
) : boolean
Parameters
- item
The ListGrouping object to be removed from the ListGroupingCollection.
Return Value
true if the ListGrouping object was successfully removed, otherwise, false. This method also returns false if the ListGrouping object was not found in the ListGroupingCollection.
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
ListGroupingCollection Generic Class
ListGroupingCollection Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace