IMultiSelectMenuHandler 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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) |