Compartilhar via


DetailColumn.Remove Method (DetailGroup)

 

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

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

Implements

ICollection<T>.Remove(T)

See Also

DetailColumn Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top