Condividi tramite


Workspace.ApplyProjectChanges(ProjectChanges) Metodo

Definizione

Questo metodo viene chiamato durante TryApplyChanges(Solution) per ogni progetto aggiunto, rimosso o modificato.

Eseguire l'override di questo metodo se si desidera modificare la modalità di applicazione delle modifiche del progetto.

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)

Parametri

projectChanges
ProjectChanges

Si applica a