Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the root of the Macros IDE's automation model.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
ReadOnly Property MacrosIDE As DTE
DTE MacrosIDE { get; }
property DTE^ MacrosIDE {
DTE^ get ();
}
abstract MacrosIDE : DTE
function get MacrosIDE () : DTE
Property Value
Type: EnvDTE.DTE
A DTE object.
Implements
Examples
Sub MacrosIDEExample()
MsgBox(DTE2.MacrosIDE.Name)
End Sub
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.