Compartir a través de


Project.RemoveProjectReference(ProjectReference) Método

Definición

Crea una nueva instancia de este proyecto actualizada para que ya no incluya la referencia de proyecto especificada.

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

Parámetros

projectReference
ProjectReference

Devoluciones

Se aplica a