Partager via


Solution.AddMetadataReference(ProjectId, MetadataReference) Méthode

Définition

Créez une instance de solution avec le projet spécifié pour inclure la référence de métadonnées spécifiée.

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

Paramètres

projectId
ProjectId
metadataReference
MetadataReference

Retours

Exceptions

metadataReference a la valeur null.

Le projet contient déjà la référence spécifiée.

S’applique à