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


Solution.WithProjectOutputRefFilePath(ProjectId, String) Метод

Определение

Создает новый экземпляр решения с указанным проектом, чтобы получить путь к выходному файлу эталонной сборки.

public:
 Microsoft::CodeAnalysis::Solution ^ WithProjectOutputRefFilePath(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ outputRefFilePath);
public Microsoft.CodeAnalysis.Solution WithProjectOutputRefFilePath (Microsoft.CodeAnalysis.ProjectId projectId, string outputRefFilePath);
public Microsoft.CodeAnalysis.Solution WithProjectOutputRefFilePath (Microsoft.CodeAnalysis.ProjectId projectId, string? outputRefFilePath);
member this.WithProjectOutputRefFilePath : Microsoft.CodeAnalysis.ProjectId * string -> Microsoft.CodeAnalysis.Solution
Public Function WithProjectOutputRefFilePath (projectId As ProjectId, outputRefFilePath As String) As Solution

Параметры

projectId
ProjectId
outputRefFilePath
String

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

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