다음을 통해 공유


Project.RemoveProjectReference(ProjectReference) 메서드

정의

지정된 프로젝트 참조를 더 이상 포함하지 않게 업데이트된 이 프로젝트의 새 인스턴스를 만듭니다.

public:
 Microsoft::CodeAnalysis::Project ^ RemoveProjectReference(Microsoft::CodeAnalysis::ProjectReference ^ projectReference);
public Microsoft.CodeAnalysis.Project RemoveProjectReference (Microsoft.CodeAnalysis.ProjectReference projectReference);
member this.RemoveProjectReference : Microsoft.CodeAnalysis.ProjectReference -> Microsoft.CodeAnalysis.Project
Public Function RemoveProjectReference (projectReference As ProjectReference) As Project

매개 변수

projectReference
ProjectReference

반환

적용 대상