Condividi tramite


Solution.RemoveProjectReference(ProjectId, ProjectReference) Metodo

Definizione

Creare una nuova istanza della soluzione con il progetto specificato aggiornato per non includere più il riferimento al progetto specificato.

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

Parametri

projectId
ProjectId
projectReference
ProjectReference

Restituisce

Eccezioni

projectReference è null.

La soluzione non contiene projectId.

Si applica a