Freigeben über


Solution.AddProjectReferences Methode

Definition

Erstellen Sie eine neue Lösungsinstanz mit dem angegebenen Projekt, um die angegebenen Projektbezüge einzuschließen.

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

Parameter

projectId
ProjectId
projectReferences
IEnumerable<ProjectReference>

Gibt zurück

Ausnahmen

projectReferences enthält null.

projectReferences enthält doppelte Elemente.

Das Hinzufügen des Projektverweis würde eine Zirkelabhängigkeit erstellen.

Gilt für: