Compartilhar via


DetailGroup.Remove Method (DetailItem)

 

Removes the first occurrence of the specified DetailItem from the DetailGroup.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public bool Remove(
    DetailItem item
)
public:
virtual bool Remove(
    DetailItem^ item
) sealed
Public Function Remove (
    item As DetailItem
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

Implements

ICollection<T>.Remove(T)

See Also

DetailGroup Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top