Partilhar via


Solution.WithProjectMetadataReferences Método

Definição

Crie uma nova instância de solução com o projeto especificado atualizado para incluir apenas as referências de metadados especificadas.

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

Parâmetros

projectId
ProjectId
metadataReferences
IEnumerable<MetadataReference>

Retornos

Exceções

metadataReferences contém null.

metadataReferences contém itens duplicados.

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

Aplica-se a