SolutionBuild2::DTE Property
Visual Studio 2015
Gets the top-level extensibility object.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
SolutionBuild::DTEIn Visual Studio, the DTE object is the root of the automation model, which other object models often call "Application".
This example displays the number of build dependencies for the solution configuration, and it then displays the active document title through the DTE object. Open a project in the Visual Studio integrated development environment (IDE) before running this example.
Show: