Subscriber portal
Returns the Commands collection.
ReadOnly Property Commands As Commands
A Commands collection.
Sub CommandsExample() MsgBox(DTE.Commands.Count) End Sub
_DTE InterfaceEnvDTE Namespace