Share via


NodeSubItemDisplayNameCollection.Insert Method (Int32, String)

 

Inserts a node sub-item display name into the collection.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void Insert(
    int index,
    string displayName
)
public:
void Insert(
    int index,
    String^ displayName
)
member Insert : 
        index:int *
        displayName:string -> unit
Public Sub Insert (
    index As Integer,
    displayName As String
)

Parameters

  • index
    Type: System.Int32

    The zero-based index that specifies where to insert the node sub-item display name.

  • displayName
    Type: System.String

    The node sub-item display name to be inserted.

See Also

NodeSubItemDisplayNameCollection Class
Microsoft.ManagementConsole Namespace

Return to top