Condividi tramite


Project.RemoveProjectReference(ProjectReference) Metodo

Definizione

Crea una nuova istanza del progetto aggiornata per non includere più il riferimento al progetto specificato.

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

Parametri

projectReference
ProjectReference

Restituisce

Si applica a