Partilhar via


Solution.RemoveProjectReference(ProjectId, ProjectReference) Método

Definição

Crie uma nova instância de solução com o projeto especificado atualizado para não incluir mais a referência de projeto especificada.

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

Parâmetros

projectId
ProjectId
projectReference
ProjectReference

Retornos

Exceções

projectReference é null.

A solução não contém projectId.

Aplica-se a