DTEClass.Solution Property

Definition

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

Applies to