IVsProfferCommands4 Interface

Definição

Permite que o implementador especifique uma nova imagem de comando usando IPicture, Bitmap ou Icon . Implementado pelo shell do Visual Studio e obtido por meio do SVsProfferCommands serviço.

public interface class IVsProfferCommands4 : Microsoft::VisualStudio::Shell::Interop::IVsProfferCommands3
public interface class IVsProfferCommands4 : Microsoft::VisualStudio::Shell::Interop::IVsProfferCommands3
__interface IVsProfferCommands4 : Microsoft::VisualStudio::Shell::Interop::IVsProfferCommands3
[System.Runtime.InteropServices.Guid("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProfferCommands4 : Microsoft.VisualStudio.Shell.Interop.IVsProfferCommands3
[<System.Runtime.InteropServices.Guid("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProfferCommands4 = interface
    interface IVsProfferCommands3
Public Interface IVsProfferCommands4
Implements IVsProfferCommands3
Atributos
Implementações

Métodos

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

Adiciona uma barra de comandos à interface do usuário.

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

Adiciona um controle a uma barra de comandos.

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

Adiciona um comando nomeado.

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

Adiciona um comando nomeado. Esta versão tem um parâmetro que especifica um elemento de interface do usuário.

AddNamedCommand3(Guid, Guid, String, UInt32, String, String, String, Object, UInt32, UInt32, Guid[], UInt32)

Adiciona um comando nomeado.

FindCommandBar(Object, Guid, UInt32, Object)

Localizar o objeto que implementa um comando específico.

RemoveCommandBar(Object)

Remove uma barra de comandos.

RemoveCommandBarControl(Object)

Remove um controle de uma barra de comandos.

RemoveNamedCommand(String)

Remove um comando nomeado.

RenameNamedCommand(String, String, String)

Renomeia um comando nomeado.

Aplica-se a