DTEClass.Application 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 Application.

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

Syntax

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

Property Value

Type: EnvDTE.DTE
The application.

Implements

_DTE.Application

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace