Compartir a través de


Workspace.ApplyMetadataReferenceRemoved(ProjectId, MetadataReference) Método

Definición

Se llama a este método durante TryApplyChanges(Solution) para quitar una referencia de metadatos de un proyecto.

Invalide este método para implementar la funcionalidad de quitar referencias de metadatos.

protected:
 virtual void ApplyMetadataReferenceRemoved(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::MetadataReference ^ metadataReference);
protected virtual void ApplyMetadataReferenceRemoved (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.MetadataReference metadataReference);
abstract member ApplyMetadataReferenceRemoved : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.MetadataReference -> unit
override this.ApplyMetadataReferenceRemoved : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.MetadataReference -> unit
Protected Overridable Sub ApplyMetadataReferenceRemoved (projectId As ProjectId, metadataReference As MetadataReference)

Parámetros

projectId
ProjectId
metadataReference
MetadataReference

Se aplica a