Share via


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.Int32

    The zero-based index that specifies where to insert the actions pane item.

See Also

ActionsPaneItemCollection Class
Microsoft.ManagementConsole Namespace

Return to top