ActionsPaneItemCollection.Insert Method (Int32, ActionsPaneItem)
Inserts an ActionsPaneItem object into the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Insert(
int index,
ActionsPaneItem item
)
public:
void Insert(
int index,
ActionsPaneItem^ item
)
member Insert :
index:int *
item:ActionsPaneItem -> unit
Public Sub Insert (
index As Integer,
item As ActionsPaneItem
)
Parameters
index
Type: System.Int32The zero-based index that specifies where to insert the actions pane item.
item
Type: Microsoft.ManagementConsole.ActionsPaneItemThe actions pane item to be inserted.
See Also
ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace
Return to top