IVsProfferCommands2 Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<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

The IVsProfferCommands2 type exposes the following members.

Methods

  Name Description
Public method AddCommandBar Infrastructure. Microsoft Internal Use Only.
Public method AddCommandBarControl Infrastructure. Microsoft Internal Use Only.
Public method AddNamedCommand Infrastructure. Microsoft Internal Use Only.
Public method AddNamedCommand2 Infrastructure. Microsoft Internal Use Only.
Public method FindCommandBar Infrastructure. Microsoft Internal Use Only.
Public method RemoveCommandBar Infrastructure. Microsoft Internal Use Only.
Public method RemoveCommandBarControl Infrastructure. Microsoft Internal Use Only.
Public method RemoveNamedCommand Infrastructure. Microsoft Internal Use Only.
Public method RenameNamedCommand Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE80 Namespace