Solution.WithProjectReferences メソッド

定義

指定したプロジェクト参照の一覧を含むプロジェクトを更新して、新しいソリューション インスタンスを作成します。

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

パラメーター

projectId
ProjectId

置き換える projectReferences参照を持つプロジェクトの ID。

projectReferences
IEnumerable<ProjectReference>

新しいプロジェクト参照。

戻り値

例外

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

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

ソリューションに含 projectIdまれていない .

適用対象