Freigeben über


Solution.RemoveProjectReference(ProjectId, ProjectReference) Methode

Definition

Erstellen Sie eine neue Lösungsinstanz mit dem angegebenen Projekt, um den angegebenen Projektverweis nicht mehr einzuschließen.

public:
 Microsoft::CodeAnalysis::Solution ^ RemoveProjectReference(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::ProjectReference ^ projectReference);
public Microsoft.CodeAnalysis.Solution RemoveProjectReference (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.ProjectReference projectReference);
member this.RemoveProjectReference : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.ProjectReference -> Microsoft.CodeAnalysis.Solution
Public Function RemoveProjectReference (projectId As ProjectId, projectReference As ProjectReference) As Solution

Parameter

projectId
ProjectId
projectReference
ProjectReference

Gibt zurück

Ausnahmen

projectReference ist null

Die Lösung enthält projectIdnicht .

Gilt für: