DTE2.MacrosIDE Property

Definition

Gets the root of the macro IDE 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.

Implements

Attributes

Examples

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

Remarks

Macros are deprecated.

Applies to