Dela via


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
'Usage
Dim instance As DTEClass 
Dim value As DTE 

value = instance.Application
public virtual DTE Application { get; }
public:
virtual property DTE^ Application {
    DTE^ get ();
}
public function get Application () : DTE

Property Value

Type: EnvDTE.DTE

Implements

_DTE.Application

.NET Framework Security

See Also

Reference

DTEClass Class

DTEClass Members

EnvDTE Namespace