다음을 통해 공유


MenuCommandsService.AddRange 메서드

정의

오버로드

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)

매개 변수

적용 대상

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[]

적용 대상