Freigeben über


Solution.WithProjectReferences Methode

Definition

Erstellen Sie eine neue Projektmappeninstanz mit dem angegebenen aktualisierten Projekt, um die angegebene Liste der Projektbezüge zu enthalten.

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

Parameter

projectId
ProjectId

Id des Projekts, dessen Verweise ersetzt werden projectReferencessollen.

projectReferences
IEnumerable<ProjectReference>

Neue Projektbezüge.

Gibt zurück

Ausnahmen

projectReferences enthält null.

projectReferences enthält doppelte Elemente.

Die Lösung enthält projectIdkeine .

Gilt für: