다음을 통해 공유


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

적용 대상