_DTE.MacrosIDE Property

Definition

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

public:
 property EnvDTE::DTE ^ MacrosIDE { EnvDTE::DTE ^ get(); };
public:
 property EnvDTE::DTE ^ MacrosIDE { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(238)]
public EnvDTE.DTE MacrosIDE { [System.Runtime.InteropServices.DispId(238)] get; }
[<System.Runtime.InteropServices.DispId(238)>]
[<get: System.Runtime.InteropServices.DispId(238)>]
member this.MacrosIDE : EnvDTE.DTE
Public ReadOnly Property MacrosIDE As DTE

Property Value

DTE

A DTE object.

Attributes

Examples

Sub MacrosIDEExample()  
  MsgBox(DTE.MacrosIDE.Name)  
End Sub  

Applies to