_DTE::Commands Property

 

Returns the Commands collection.

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

property Commands^ Commands {
	Commands^ get();
}

Property Value

Type: EnvDTE::Commands^

A Commands collection.

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