다음을 통해 공유


Solution.RemoveMetadataReference(ProjectId, MetadataReference) 메서드

정의

지정된 메타데이터 참조를 더 이상 포함하지 않게 업데이트된 프로젝트를 사용하여 새 솔루션 인스턴스를 만듭니다.

public:
 Microsoft::CodeAnalysis::Solution ^ RemoveMetadataReference(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::MetadataReference ^ metadataReference);
public Microsoft.CodeAnalysis.Solution RemoveMetadataReference (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.MetadataReference metadataReference);
member this.RemoveMetadataReference : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.MetadataReference -> Microsoft.CodeAnalysis.Solution
Public Function RemoveMetadataReference (projectId As ProjectId, metadataReference As MetadataReference) As Solution

매개 변수

projectId
ProjectId
metadataReference
MetadataReference

반환

예외

metadataReference이(가) null인 경우

프로젝트에 지정된 참조가 포함되어 있지 않습니다.

적용 대상