Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
column
Type: Microsoft.ManagementConsole.MmcListViewColumnThe column to remove.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top