MenuCommandsService.AddRange 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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[]