MmcListViewColumnCollection.Remove Method (MmcListViewColumn)

 

Removes the first occurrence of a specific column from the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void Remove(
    MmcListViewColumn column
)
public:
void Remove(
    MmcListViewColumn^ column
)
member Remove : 
        column:MmcListViewColumn -> unit
Public Sub Remove (
    column As MmcListViewColumn
)

Parameters

See Also

MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top