Share via


ActionsPaneItemCollection.Remove Method (ActionsPaneItem)

 

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

See Also

ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace

Return to top