IVsProfferCommands Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")> _
Public Interface IVsProfferCommands
[InterfaceTypeAttribute()]
[GuidAttribute("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")]
public interface IVsProfferCommands
[InterfaceTypeAttribute()]
[GuidAttribute(L"8CC0CDE1-C16A-4749-99AF-6F7523C34A57")]
public interface class IVsProfferCommands
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8CC0CDE1-C16A-4749-99AF-6F7523C34A57")>]
type IVsProfferCommands = interface end
public interface IVsProfferCommands
The IVsProfferCommands 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. | |
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