This topic has not yet been rated - Rate this topic

DTE2.Commands Property

Gets the Commands collection.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)
Commands Commands { get; }

Property Value

Type: EnvDTE.Commands
A Commands collection.
Sub CommandsExample()
  MsgBox(DTE2.Commands.Count)
End Sub
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.