Compartilhar via


Solution.WithProjectReferences Método

Definição

Crie uma nova instância de solução com o projeto especificado atualizado para conter a lista especificada de referências de projeto.

public:
 Microsoft::CodeAnalysis::Solution ^ WithProjectReferences(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectReference ^> ^ projectReferences);
public Microsoft.CodeAnalysis.Solution WithProjectReferences (Microsoft.CodeAnalysis.ProjectId projectId, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectReference> projectReferences);
public Microsoft.CodeAnalysis.Solution WithProjectReferences (Microsoft.CodeAnalysis.ProjectId projectId, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectReference>? projectReferences);
member this.WithProjectReferences : Microsoft.CodeAnalysis.ProjectId * seq<Microsoft.CodeAnalysis.ProjectReference> -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectReferences (projectId As ProjectId, projectReferences As IEnumerable(Of ProjectReference)) As Solution

Parâmetros

projectId
ProjectId

Id do projeto cujas referências substituir por projectReferences.

projectReferences
IEnumerable<ProjectReference>

Novas referências de projeto.

Retornos

Exceções

projectReferences contém null.

projectReferences contém itens duplicados.

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

Aplica-se a