Partager via


Project.AddProjectReference(ProjectReference) Méthode

Définition

Crée une nouvelle instance de ce projet mise à jour pour inclure la référence de projet spécifiée en plus de celles déjà existantes.

public:
 Microsoft::CodeAnalysis::Project ^ AddProjectReference(Microsoft::CodeAnalysis::ProjectReference ^ projectReference);
public Microsoft.CodeAnalysis.Project AddProjectReference (Microsoft.CodeAnalysis.ProjectReference projectReference);
member this.AddProjectReference : Microsoft.CodeAnalysis.ProjectReference -> Microsoft.CodeAnalysis.Project
Public Function AddProjectReference (projectReference As ProjectReference) As Project

Paramètres

projectReference
ProjectReference

Retours

S’applique à