Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the implementer to specify a new command's image using IPicture, Bitmap, or Icon. Implemented by the Visual Studio shell, and obtained via the SVsProfferCommands service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("3EDBD520-6748-43A4-8BE4-CADAB7472CF6")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsProfferCommands4 _
Inherits IVsProfferCommands3
[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
The IVsProfferCommands4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddCommandBar | Adds a command bar to the user interface. |
![]() |
AddCommandBarControl | Adds a control to a command bar. |
![]() |
AddNamedCommand | Adds a named command. |
![]() |
AddNamedCommand2 | Adds a named command. This version has a parameter that specifies a UI element. |
![]() |
AddNamedCommand3 | |
![]() |
FindCommandBar | Find the object implementing a specific command. |
![]() |
RemoveCommandBar | Removes a command bar. |
![]() |
RemoveCommandBarControl | Removes a control from a command bar. |
![]() |
RemoveNamedCommand | Removes a named command. |
![]() |
RenameNamedCommand | Renames a named command. |
Top