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

適用対象