DTEClass.DTE Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information on this property, refer to DTE.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
public:
virtual property EnvDTE::DTE ^ DTE { EnvDTE::DTE ^ get(); };
[System.Runtime.InteropServices.DispId(217)]
public virtual EnvDTE.DTE DTE { [System.Runtime.InteropServices.DispId(217)] get; }
[<System.Runtime.InteropServices.DispId(217)>]
[<get: System.Runtime.InteropServices.DispId(217)>]
member this.DTE : EnvDTE.DTE
Public Overridable ReadOnly Property DTE As DTE
Property Value
The application.
Implements
- Attributes