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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.