NodeSubItemDisplayNameCollection.InsertRange Method (Int32, String[])
Inserts an array of node sub-item display names into the collection at the specified index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void InsertRange(
int index,
string[] displayNames
)
public:
void InsertRange(
int index,
array<String^>^ displayNames
)
member InsertRange :
index:int *
displayNames:string[] -> unit
Public Sub InsertRange (
index As Integer,
displayNames As String()
)
Parameters
index
Type: System.Int32The zero-based index that specifies where to insert the array of node sub-item display names.
displayNames
Type: System.String[]The array of node sub-item display names to insert into the collection.
See Also
NodeSubItemDisplayNameCollection Class
Microsoft.ManagementConsole Namespace
Return to top