Partager via


ListColumnCollection<TBusinessObject>.Clear Method ()

 

Removes all ListColumn<TBusinessObject> objects from the ListColumnCollection<TBusinessObject>.

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

Syntax

public void Clear()
public:
virtual void Clear() sealed
Public Sub Clear

Implements

ICollection<T>.Clear()

See Also

ListColumnCollection<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top