Поделиться через


Project.WithProjectReferences(IEnumerable<ProjectReference>) Метод

Определение

Создает новый экземпляр этого проекта, обновленный для замены существующих ссылок на проекты указанными.

public:
 Microsoft::CodeAnalysis::Project ^ WithProjectReferences(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ProjectReference ^> ^ projectReferences);
public Microsoft.CodeAnalysis.Project WithProjectReferences (System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ProjectReference> projectReferences);
member this.WithProjectReferences : seq<Microsoft.CodeAnalysis.ProjectReference> -> Microsoft.CodeAnalysis.Project
Public Function WithProjectReferences (projectReferences As IEnumerable(Of ProjectReference)) As Project

Параметры

projectReferences
IEnumerable<ProjectReference>

Возвращаемое значение

Применяется к