IMultiSelectMenuHandler 인터페이스

정의

중요

이 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
특성
구현

속성

ContextMenuID

상황에 맞는 메뉴의 명령 ID를 가져옵니다.

(다음에서 상속됨 IMenuHandler)
Parent

계층의 부모 노드를 가져오거나 설정합니다.

(다음에서 상속됨 IMenuHandler)
Parents

메뉴를 대상으로 할 여러 항목을 가져오거나 설정합니다.

메서드

DoDefaultAction()

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

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

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

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

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

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

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

(다음에서 상속됨 IMenuHandler)

이벤트

OnRefresh

이벤트 처리기가 새로 고쳐질 때 발생합니다.

(다음에서 상속됨 IMenuHandler)

적용 대상