DTEClass.Solution 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 Solution.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
 virtual property EnvDTE::Solution ^ Solution { EnvDTE::Solution ^ get(); };
	public:
 virtual property EnvDTE::Solution ^ Solution { EnvDTE::Solution ^ get(); };
	[System.Runtime.InteropServices.DispId(209)]
public virtual EnvDTE.Solution Solution { [System.Runtime.InteropServices.DispId(209)] get; }
	[<System.Runtime.InteropServices.DispId(209)>]
[<get: System.Runtime.InteropServices.DispId(209)>]
member this.Solution : EnvDTE.Solution
	Public Overridable ReadOnly Property Solution As Solution
	Property Value
The solution.
Implements
- Attributes