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

Top

See Also

Reference

EnvDTE Namespace