IContextMenuCallback Interfaccia

Definizione

Aggiunge voci di menu a un menu di scelta rapida.

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

public interface class IContextMenuCallback
[System.Runtime.InteropServices.Guid("43136EB7-D36C-11CF-ADBC-00AA00A80033")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IContextMenuCallback
[<System.Runtime.InteropServices.Guid("43136EB7-D36C-11CF-ADBC-00AA00A80033")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IContextMenuCallback = interface
Public Interface IContextMenuCallback
Attributi

Commenti

Per altre informazioni sulla programmazione con l'interfaccia IContextMenuCallback e Microsoft Management Console (MMC), vedere la Guida per programmatori MMC.

Metodi

AddItem(CONTEXTMENUITEM)

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

Aggiunge una singola voce a un menu di scelta rapida.

Si applica a