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 | |
---|---|---|
AddCommandBar | Infrastructure. Microsoft Internal Use Only. | |
AddCommandBarControl | Infrastructure. Microsoft Internal Use Only. | |
AddNamedCommand | Infrastructure. Microsoft Internal Use Only. | |
AddNamedCommand2 | Infrastructure. Microsoft Internal Use Only. | |
FindCommandBar | Infrastructure. Microsoft Internal Use Only. | |
RemoveCommandBar | Infrastructure. Microsoft Internal Use Only. | |
RemoveCommandBarControl | Infrastructure. Microsoft Internal Use Only. | |
RemoveNamedCommand | Infrastructure. Microsoft Internal Use Only. | |
RenameNamedCommand | Infrastructure. Microsoft Internal Use Only. |
Top