_DTE.Solution Property

Definition

Gets the Solution object that represents all open projects in the current instance of the environment and allows access to the build objects.

C++/CX
public:
 property EnvDTE::Solution ^ Solution { EnvDTE::Solution ^ get(); };

Property Value

A Solution object.

Attributes

Examples

VB
Sub SolutionExample()  
  MsgBox(DTE.Solution.FullName)  
End Sub  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019