Compartilhar via


Solution.WithProjectOutputFilePath(ProjectId, String) Método

Definição

Cria uma nova instância de solução com o projeto especificado atualizado para ter o caminho do arquivo de saída.

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

Parâmetros

projectId
ProjectId
outputFilePath
String

Retornos

Aplica-se a