ActionsPaneItemCollection.Add Method (ActionsPaneItem)
Adds an ActionsPaneItem object to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int Add(
ActionsPaneItem item
)
public:
int Add(
ActionsPaneItem^ item
)
member Add :
item:ActionsPaneItem -> int
Public Function Add (
item As ActionsPaneItem
) As Integer
Parameters
item
Type: Microsoft.ManagementConsole.ActionsPaneItemThe actions pane item to be added.
Return Value
Type: System.Int32
The index at which the actions pane item has been added.
See Also
ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace
Return to top