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 ActionsPaneItem object from the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Remove(
ActionsPaneItem item
)
public:
void Remove(
ActionsPaneItem^ item
)
member Remove :
item:ActionsPaneItem -> unit
Public Sub Remove (
item As ActionsPaneItem
)
Parameters
item
Type: Microsoft.ManagementConsole.ActionsPaneItemThe actions pane item to remove.
See Also
ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace
Return to top