DTE2.Commands Property

 

Gets the Commands collection.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

abstract Commands : Commands with get

Property Value

Type: EnvDTE.Commands

A Commands collection.

Implements

_DTE.Commands

Sub CommandsExample()
  MsgBox(DTE2.Commands.Count)
End Sub
Return to top
Show: