Partager via


Workspace.ApplyProjectChanges(ProjectChanges) Méthode

Définition

Cette méthode est appelée pendant TryApplyChanges(Solution) chaque projet qui a été ajouté, supprimé ou modifié.

Remplacez cette méthode si vous souhaitez modifier la façon dont les modifications du projet sont appliquées.

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)

Paramètres

projectChanges
ProjectChanges

S’applique à