Freigeben über


Solution.WithProjectMetadataReferences Methode

Definition

Erstellen Sie eine neue Lösungsinstanz mit dem angegebenen Projekt, um nur die angegebenen Metadatenverweise einzuschließen.

public:
 Microsoft::CodeAnalysis::Solution ^ WithProjectMetadataReferences(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::MetadataReference ^> ^ metadataReferences);
public Microsoft.CodeAnalysis.Solution WithProjectMetadataReferences (Microsoft.CodeAnalysis.ProjectId projectId, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.MetadataReference> metadataReferences);
member this.WithProjectMetadataReferences : Microsoft.CodeAnalysis.ProjectId * seq<Microsoft.CodeAnalysis.MetadataReference> -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectMetadataReferences (projectId As ProjectId, metadataReferences As IEnumerable(Of MetadataReference)) As Solution

Parameter

projectId
ProjectId
metadataReferences
IEnumerable<MetadataReference>

Gibt zurück

Ausnahmen

metadataReferences enthält null.

metadataReferences enthält doppelte Elemente.

Die Lösung enthält projectIdnicht .

Gilt für: