Condividi tramite


IExtendContextMenu Interfaccia

Definizione

Consente a uno snap-in di aggiungere voci 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 Microsoft Management Console (MMC), vedere la Guida per programmatori MMC.

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 voci 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 metodo Command viene chiamato in Microsoft Management Console (MMC) quando una delle voci del menu di scelta rapida aggiunte è selezionata.

Si applica a