IVsProfferCommands3 Interface

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

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3A83904D-4540-4C51-95A7-618B32A9A9C0")> _
Public Interface IVsProfferCommands3
[InterfaceTypeAttribute()]
[GuidAttribute("3A83904D-4540-4C51-95A7-618B32A9A9C0")]
public interface IVsProfferCommands3
[InterfaceTypeAttribute()]
[GuidAttribute(L"3A83904D-4540-4C51-95A7-618B32A9A9C0")]
public interface class IVsProfferCommands3
[<InterfaceTypeAttribute()>]
[<GuidAttribute("3A83904D-4540-4C51-95A7-618B32A9A9C0")>]
type IVsProfferCommands3 =  interface end
public interface IVsProfferCommands3

The IVsProfferCommands3 type exposes the following members.

Methods

  Name Description
Public method AddCommandBar Adds a command bar to the user interface.
Public method AddCommandBarControl Adds a control to a command bar.
Public method AddNamedCommand Adds a named command.
Public method AddNamedCommand2 Adds a named command. This version has a parameter that specifies a UI element.
Public method FindCommandBar Find a specific toolbar.
Public method RemoveCommandBar Removes a command bar.
Public method RemoveCommandBarControl Remove a control from a command bar.
Public method RemoveNamedCommand Removes a named command.
Public method RenameNamedCommand Renames a named command.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace