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

返回

适用于