共用方式為


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

適用於