Condividi tramite


Solution.RemoveMetadataReference(ProjectId, MetadataReference) Metodo

Definizione

Creare una nuova istanza della soluzione con il progetto specificato aggiornata per non includere più il riferimento ai metadati specificati.

public:
 Microsoft::CodeAnalysis::Solution ^ RemoveMetadataReference(Microsoft::CodeAnalysis::ProjectId ^ projectId, Microsoft::CodeAnalysis::MetadataReference ^ metadataReference);
public Microsoft.CodeAnalysis.Solution RemoveMetadataReference (Microsoft.CodeAnalysis.ProjectId projectId, Microsoft.CodeAnalysis.MetadataReference metadataReference);
member this.RemoveMetadataReference : Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.MetadataReference -> Microsoft.CodeAnalysis.Solution
Public Function RemoveMetadataReference (projectId As ProjectId, metadataReference As MetadataReference) As Solution

Parametri

projectId
ProjectId
metadataReference
MetadataReference

Restituisce

Eccezioni

metadataReference è null.

Il progetto non contiene il riferimento specificato.

Si applica a