Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.