MenuCommandsService.AddRange 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)
参数
- value
- MenuCommandsService
适用于
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())
参数
- cmds
- MenuCommand[]