Commands Methods

Include Protected Members
Include Inherited Members

The Commands type exposes the following members.

Methods

  Name Description
Public method Add Infrastructure. Microsoft Internal Only.
Public method AddCommandBar Creates a command bar that is saved and available the next time the environment is started.
Public method AddNamedCommand Creates a named command that is saved by the environment and made available the next time the environment starts, even if the Add-in is not loaded on environment startup.
Public method CommandInfo Returns the command GUID and ID associated with the given Microsoft.VisualStudio.CommandBars.CommandBar control.
Public method GetEnumerator Returns an enumerator for items in the Commands collection.
Public method Item Returns the indexed Command object.
Public method Raise Executes the specified command.
Public method RemoveCommandBar Removes a command bar that was created with the AddCommandBar method.

Top

See Also

Reference

Commands Interface

EnvDTE Namespace