Partilhar via


Solution.AddMetadataReference(ProjectId, MetadataReference) Método

Definição

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

public:
 Microsoft::CodeAnalysis::Solution ^ AddMetadataReference(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::MetadataReference ^ metadataReference);
public Microsoft.CodeAnalysis.Solution AddMetadataReference (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.MetadataReference metadataReference);
member this.AddMetadataReference : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.MetadataReference -> Microsoft.CodeAnalysis.Solution
Public Function AddMetadataReference (projectId As ProjectId, metadataReference As MetadataReference) As Solution

Parâmetros

projectId
ProjectId
metadataReference
MetadataReference

Retornos

Exceções

metadataReference é null.

O projeto já contém a referência especificada.

Aplica-se a