IExtendContextMenu 인터페이스

정의

기존의 바로 가기 메뉴에 항목을 추가할 수 있는 스냅인을 활성화합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public interface class IExtendContextMenu
[System.Runtime.InteropServices.Guid("4F3B7A4F-CFAC-11CF-B8E3-00C04FD8D5B0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtendContextMenu
[<System.Runtime.InteropServices.Guid("4F3B7A4F-CFAC-11CF-B8E3-00C04FD8D5B0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IExtendContextMenu = interface
Public Interface IExtendContextMenu
특성

설명

IExtendContextMenu 인터페이스 및 Microsoft Management Console (MMC)를 사용한 프로그래밍에 대 한 자세한 내용은 참조는 MMC Programmer's Guide합니다.

메서드

AddMenuItems(IDataObject, IContextMenuCallback, Int32)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

기존의 바로 가기 메뉴에 항목을 추가할 수 있는 스냅인을 활성화합니다.

Command(Int32, IDataObject)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

추가한 바로 가기 메뉴 중 하나가 선택되면 MMC(Microsoft Management Console)에서 명령 메서드를 호출합니다.

적용 대상