IVsProfferCommands3 Interface

Definition

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

public interface class IVsProfferCommands3
public interface class IVsProfferCommands3
__interface IVsProfferCommands3
[System.Runtime.InteropServices.Guid("3A83904D-4540-4C51-95A7-618B32A9A9C0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProfferCommands3
[<System.Runtime.InteropServices.Guid("3A83904D-4540-4C51-95A7-618B32A9A9C0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProfferCommands3 = interface
Public Interface IVsProfferCommands3
Derived
Attributes

Methods

AddCommandBar(String, UInt32, Object, UInt32, Object)

Adds a command bar to the user interface.

AddCommandBarControl(String, Object, UInt32, UInt32, Object)

Adds a control to a command bar.

AddNamedCommand(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[])

Adds a named command.

AddNamedCommand2(Guid, Guid, String, UInt32, String, String, String, String, UInt32, UInt32, UInt32, UInt32, Guid[], UInt32)

Adds a named command. This version has a parameter that specifies a UI element.

FindCommandBar(Object, Guid, UInt32, Object)

Find a specific toolbar.

RemoveCommandBar(Object)

Removes a command bar.

RemoveCommandBarControl(Object)

Remove a control from a command bar.

RemoveNamedCommand(String)

Removes a named command.

RenameNamedCommand(String, String, String)

Renames a named command.

Applies to