DTE2.MacrosIDE Property
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 with get
function get MacrosIDE () : DTE
Property Value
Type: EnvDTE.DTE
A DTE object.
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.