Workspace.AdjustReloadedSolution(Solution, Solution) 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.
This method is called during OnSolutionReload. Override this method if you want to manipulate the reloaded solution.
protected:
virtual Microsoft::CodeAnalysis::Solution ^ AdjustReloadedSolution(Microsoft::CodeAnalysis::Solution ^ oldSolution, Microsoft::CodeAnalysis::Solution ^ reloadedSolution);
protected virtual Microsoft.CodeAnalysis.Solution AdjustReloadedSolution (Microsoft.CodeAnalysis.Solution oldSolution, Microsoft.CodeAnalysis.Solution reloadedSolution);
abstract member AdjustReloadedSolution : Microsoft.CodeAnalysis.Solution * Microsoft.CodeAnalysis.Solution -> Microsoft.CodeAnalysis.Solution
override this.AdjustReloadedSolution : Microsoft.CodeAnalysis.Solution * Microsoft.CodeAnalysis.Solution -> Microsoft.CodeAnalysis.Solution
Protected Overridable Function AdjustReloadedSolution (oldSolution As Solution, reloadedSolution As Solution) As Solution
Parameters
- oldSolution
- Solution
- reloadedSolution
- Solution
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.