IMultiSelectMenuHandler 인터페이스

정의

Important

이 API는 CLS 규격이 아닙니다.

객체 탐색기 내 여러 항목에 대한 컨텍스트 메뉴 처리를 제공합니다.

public interface class IMultiSelectMenuHandler : Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IMenuHandler
[System.CLSCompliant(false)]
public interface IMultiSelectMenuHandler : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IMenuHandler
[<System.CLSCompliant(false)>]
type IMultiSelectMenuHandler = interface
    interface IMenuHandler
Public Interface IMultiSelectMenuHandler
Implements IMenuHandler
특성
구현

속성

Name Description
ContextMenuID

컨텍스트 메뉴의 명령어 ID를 받아요.

(다음에서 상속됨 IMenuHandler)
Parent

계층 구조에서 부모 노드를 얻거나 설정합니다.

(다음에서 상속됨 IMenuHandler)
Parents

메뉴를 타겟으로 할 여러 항목을 받거나 설정하는 기능입니다.

메서드

Name Description
DoDefaultAction()

기본 메뉴 항목을 호출합니다.

(다음에서 상속됨 IMenuHandler)
FillMenuCommands(IMenuCommandService)

메뉴 항목으로 MenuCommandService를 채웁니다.

(다음에서 상속됨 IMenuHandler)
InvokeProperties()

속성 메뉴 항목을 호출합니다.

(다음에서 상속됨 IMenuHandler)
UpdateMenuCommandsStatus(MenuCommand)

명령 상태를 업데이트합니다.

(다음에서 상속됨 IMenuHandler)

이벤트

Name Description
OnRefresh

이벤트 핸들러가 새로고침될 때 발생합니다.

(다음에서 상속됨 IMenuHandler)

적용 대상