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
'Usage
Dim instance As DTE2
Dim value As DTE
value = instance.MacrosIDE
DTE MacrosIDE { get; }
property DTE^ MacrosIDE {
DTE^ get ();
}
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.