IExtendContextMenu Interfaccia

Definizione

Consente a uno snap-in di aggiungere elementi a un menu di scelta rapida esistente.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Attributi

Commenti

Per altre informazioni sulla programmazione con l'interfaccia IExtendContextMenu e il Microsoft Management Console (MMC), vedere la guida MMC Programmer's Guide.

Metodi

Nome Descrizione
AddMenuItems(IDataObject, IContextMenuCallback, Int32)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Consente a uno snap-in di aggiungere elementi a un menu di scelta rapida esistente.

Command(Int32, IDataObject)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Il Microsoft Management Console (MMC) chiama il metodo Command quando viene selezionata una delle voci di menu di scelta rapida aggiunte.

Si applica a