Compartir a través de


IVsProfferCommands2 (Interfaz)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE80
Ensamblado:  EnvDTE80 (en EnvDTE80.dll)

Sintaxis

'Declaración
<GuidAttribute("C508B13C-06C5-40C7-B405-D327D4F8E268")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProfferCommands2 _
    Inherits IVsProfferCommands
[GuidAttribute("C508B13C-06C5-40C7-B405-D327D4F8E268")]
[InterfaceTypeAttribute()]
public interface IVsProfferCommands2 : IVsProfferCommands
[GuidAttribute(L"C508B13C-06C5-40C7-B405-D327D4F8E268")]
[InterfaceTypeAttribute()]
public interface class IVsProfferCommands2 : IVsProfferCommands
[<GuidAttribute("C508B13C-06C5-40C7-B405-D327D4F8E268")>]
[<InterfaceTypeAttribute()>]
type IVsProfferCommands2 =  
    interface
        interface IVsProfferCommands
    end
public interface IVsProfferCommands2 extends IVsProfferCommands

El tipo IVsProfferCommands2 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público AddCommandBar(String, vsCommandBarType, Object, UInt32, Object%) (Se hereda de IVsProfferCommands).
Método público AddCommandBar(String, vsCommandBarType, Object, UInt32, Object%) Infraestructura. Sólo para uso interno de Microsoft.
Método público AddCommandBarControl(String, Object, UInt32, UInt32, Object%) (Se hereda de IVsProfferCommands).
Método público AddCommandBarControl(String, Object, UInt32, UInt32, Object%) Infraestructura. Sólo para uso interno de Microsoft.
Método público AddNamedCommand(Guid%, Guid%, String, UInt32%, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid%) (Se hereda de IVsProfferCommands).
Método público AddNamedCommand(Guid%, Guid%, String, UInt32%, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid%) Infraestructura. Sólo para uso interno de Microsoft.
Método público AddNamedCommand2 Infraestructura. Sólo para uso interno de Microsoft.
Método público FindCommandBar(IntPtr, Guid%, UInt32) (Se hereda de IVsProfferCommands).
Método público FindCommandBar(IntPtr, Guid%, UInt32) Infraestructura. Sólo para uso interno de Microsoft.
Método público RemoveCommandBar(Object) (Se hereda de IVsProfferCommands).
Método público RemoveCommandBar(Object) Infraestructura. Sólo para uso interno de Microsoft.
Método público RemoveCommandBarControl(Object) (Se hereda de IVsProfferCommands).
Método público RemoveCommandBarControl(Object) Infraestructura. Sólo para uso interno de Microsoft.
Método público RemoveNamedCommand(String) (Se hereda de IVsProfferCommands).
Método público RemoveNamedCommand(String) Infraestructura. Sólo para uso interno de Microsoft.
Método público RenameNamedCommand(String, String, String) (Se hereda de IVsProfferCommands).
Método público RenameNamedCommand(String, String, String) Infraestructura. Sólo para uso interno de Microsoft.

Arriba

Vea también

Referencia

EnvDTE80 (Espacio de nombres)