Share via


DTEClass.MacrosIDE Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information on this property, refer to MacrosIDE.

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

Syntax

'Declaration
Public Overridable ReadOnly Property MacrosIDE As DTE
public virtual DTE MacrosIDE { get; }
public:
virtual property DTE^ MacrosIDE {
    DTE^ get ();
}
abstract MacrosIDE : DTE
override MacrosIDE : DTE
function get MacrosIDE () : DTE

Property Value

Type: EnvDTE.DTE
The application for the macros.

Implements

_DTE.MacrosIDE

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace