DTE2::MacrosIDE Property

 

Gets the root of the macro IDE automation model.

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

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

Property Value

Type: EnvDTE::DTE^

A DTE object.

Implements

_DTE::MacrosIDE

Macros are deprecated.

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