_DTE.Solution Property

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

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

Syntax

'Declaration
ReadOnly Property Solution As Solution
'Usage
Dim instance As _DTE 
Dim value As Solution 

value = instance.Solution
Solution Solution { get; }
property Solution^ Solution {
    Solution^ get ();
}
function get Solution () : Solution

Property Value

Type: EnvDTE.Solution
A Solution object.

Examples

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

.NET Framework Security

See Also

Reference

_DTE Interface

_DTE Members

EnvDTE Namespace