Share via


DTEClass.Application Property

Definition

For more information on this property, refer to Application.

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

public:
 virtual property EnvDTE::DTE ^ Application { EnvDTE::DTE ^ get(); };
public:
 virtual property EnvDTE::DTE ^ Application { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(240)]
public virtual EnvDTE.DTE Application { [System.Runtime.InteropServices.DispId(240)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(240)>]
[<get: System.Runtime.InteropServices.DispId(240)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.Application : EnvDTE.DTE
Public Overridable ReadOnly Property Application As DTE

Property Value

DTE

The application.

Implements

Attributes

Applies to