Workspace.ApplyProjectChanges(ProjectChanges) 方法

定义

对于已添加、删除或更改的每个项目,将调用 TryApplyChanges(Solution) 此方法。

如果要修改如何应用项目更改,请重写此方法。

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)

参数

projectChanges
ProjectChanges

适用于