This topic has not yet been rated - Rate this topic

DTE2.MacrosIDE Property 

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

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

DTE MacrosIDE { get; }
/** @property */
DTE get_MacrosIDE ()

function get MacrosIDE () : DTE

Property Value

A DTE object.
Sub MacrosIDEExample()
  MsgBox(DTE2.MacrosIDE.Name)
End Sub
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.