_DTE::MacrosIDE Property

 

Gets the root of the Macros IDE's automation model.

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

property DTE^ MacrosIDE {
	DTE^ get();
}

Property Value

Type: EnvDTE::DTE^

A DTE object.

Sub MacrosIDEExample()
  MsgBox(DTE.MacrosIDE.Name)
End Sub
Return to top
Show: