MenuCommandsService.AddRange Method

Definition

Overloads

AddRange(MenuCommandsService)
AddRange(MenuCommand[])

AddRange(MenuCommandsService)

public:
 void AddRange(Microsoft::SqlServer::Management::UI::VSIntegration::MenuCommandsService ^ value);
public void AddRange (Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService value);
member this.AddRange : Microsoft.SqlServer.Management.UI.VSIntegration.MenuCommandsService -> unit
Public Sub AddRange (value As MenuCommandsService)

Parameters

Applies to

AddRange(MenuCommand[])

public:
 void AddRange(cli::array <System::ComponentModel::Design::MenuCommand ^> ^ cmds);
public void AddRange (System.ComponentModel.Design.MenuCommand[] cmds);
member this.AddRange : System.ComponentModel.Design.MenuCommand[] -> unit
Public Sub AddRange (cmds As MenuCommand())

Parameters

cmds
MenuCommand[]

Applies to