Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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