Workspace.ApplyProjectChanges(ProjectChanges) Methode

Definition

Diese Methode wird für TryApplyChanges(Solution) jedes Projekt aufgerufen, das hinzugefügt, entfernt oder geändert wurde.

Überschreiben Sie diese Methode, wenn Sie ändern möchten, wie Projektänderungen angewendet werden.

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)

Parameter

projectChanges
ProjectChanges

Gilt für: