IVsProfferCommands4 Interface

Adds, finds, renames, and removes commands from the user interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaración
<GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProfferCommands4 _
    Inherits IVsProfferCommands3
'Uso
Dim instance As IVsProfferCommands4
[GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfferCommands4 : IVsProfferCommands3
[GuidAttribute(L"3EDBD520-6748-43A4-8BE4-CADAB7472CF6")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsProfferCommands4 : IVsProfferCommands3
[<GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfferCommands4 =  
    interface
        interface IVsProfferCommands3
    end
public interface IVsProfferCommands4 extends IVsProfferCommands3

See Also

Reference

IVsProfferCommands4 Members

Microsoft.VisualStudio.Shell.Interop Namespace