IMultiSelectMenuHandler 인터페이스

Provides a context menu handling for the multiple items in the object explorer.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 [false]입니다.

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface IMultiSelectMenuHandler _
    Inherits IMenuHandler
‘사용 방법
Dim instance As IMultiSelectMenuHandler
[CLSCompliantAttribute(false)]
public interface IMultiSelectMenuHandler : IMenuHandler
[CLSCompliantAttribute(false)]
public interface class IMultiSelectMenuHandler : IMenuHandler
[<CLSCompliantAttribute(false)>]
type IMultiSelectMenuHandler =  
    interface 
        interface IMenuHandler 
    end
public interface IMultiSelectMenuHandler extends IMenuHandler

IMultiSelectMenuHandler 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 ContextMenuID Gets the command ID of the context menu. (IMenuHandler에서 상속됨)
공용 속성 Parent Gets or sets the parent node in the hierarchy. (IMenuHandler에서 상속됨)
공용 속성 Parents Gets or sets the multiple items that will target a menu.

맨 위로 이동

메서드

  이름 설명
공용 메서드 DoDefaultAction Invokes the default menu item. (IMenuHandler에서 상속됨)
공용 메서드 FillMenuCommands Populates the MenuCommandService with the menu items. (IMenuHandler에서 상속됨)
공용 메서드 InvokeProperties Invokes the properties menu item. (IMenuHandler에서 상속됨)
공용 메서드 UpdateMenuCommandsStatus Updates the status of the command. (IMenuHandler에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 OnRefresh Occurs when the event handler is refreshed. (IMenuHandler에서 상속됨)

맨 위로 이동

참고 항목

참조

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