Partager via


DetailColumnCollection.Remove Method (DetailColumn)

 

Removes the first occurrence of the specified DetailColumn object from the DetailColumnCollection.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

Implements

ICollection<T>.Remove(T)

See Also

DetailColumnCollection Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top