IMenuHandler.FillMenuCommands 메서드

Populates the MenuCommandService with the menu items.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Sub FillMenuCommands ( _
    menuCommands As IMenuCommandService _
)
‘사용 방법
Dim instance As IMenuHandler 
Dim menuCommands As IMenuCommandService

instance.FillMenuCommands(menuCommands)
void FillMenuCommands(
    IMenuCommandService menuCommands
)
void FillMenuCommands(
    IMenuCommandService^ menuCommands
)
abstract FillMenuCommands : 
        menuCommands:IMenuCommandService -> unit
function FillMenuCommands(
    menuCommands : IMenuCommandService
)

매개 변수

참고 항목

참조

IMenuHandler 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스