Workspace.ApplyProjectChanges(ProjectChanges) 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 TryApplyChanges(Solution) for each project that has been added, removed or changed.
Override this method if you want to modify how project changes are applied.
protected:
virtual void ApplyProjectChanges(Microsoft::CodeAnalysis::ProjectChanges projectChanges);
protected virtual void ApplyProjectChanges (Microsoft.CodeAnalysis.ProjectChanges projectChanges);
abstract member ApplyProjectChanges : Microsoft.CodeAnalysis.ProjectChanges -> unit
override this.ApplyProjectChanges : Microsoft.CodeAnalysis.ProjectChanges -> unit
Protected Overridable Sub ApplyProjectChanges (projectChanges As ProjectChanges)
Parameters
- projectChanges
- ProjectChanges
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.