NodeSubItemDisplayNameCollection.AddRange Method (String[])
Adds an array of node sub-item display names to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void AddRange(
string[] displayNames
)
public:
void AddRange(
array<String^>^ displayNames
)
member AddRange :
displayNames:string[] -> unit
Public Sub AddRange (
displayNames As String()
)
Parameters
displayNames
Type: System.String[]The array of node sub-item display names that is to be added.
See Also
NodeSubItemDisplayNameCollection Class
Microsoft.ManagementConsole Namespace
Return to top