Partager via


Project.RemoveProjectReference(ProjectReference) Méthode

Définition

Crée une instance de ce projet mise à jour pour ne plus inclure la référence de projet spécifiée.

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

Paramètres

projectReference
ProjectReference

Retours

S’applique à