AdhocWorkspace.AddSolution(SolutionInfo) Method
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.
Adds an entire solution to the workspace, replacing any existing solution.
public:
Microsoft::CodeAnalysis::Solution ^ AddSolution(Microsoft::CodeAnalysis::SolutionInfo ^ solutionInfo);
public Microsoft.CodeAnalysis.Solution AddSolution (Microsoft.CodeAnalysis.SolutionInfo solutionInfo);
member this.AddSolution : Microsoft.CodeAnalysis.SolutionInfo -> Microsoft.CodeAnalysis.Solution
Public Function AddSolution (solutionInfo As SolutionInfo) As Solution
Parameters
- solutionInfo
- SolutionInfo
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.