Solution.AddProjectReferences メソッド

定義

指定したプロジェクト参照を含むように更新されたプロジェクトを使用して、新しいソリューション インスタンスを作成します。

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

パラメーター

projectId
ProjectId
projectReferences
IEnumerable<ProjectReference>

戻り値

例外

projectReferences には、null が含まれます。

projectReferences には重複する項目が含まれています。

プロジェクト参照を追加すると、循環依存関係が作成されます。

適用対象