Workspace.OnOutputFilePathChanged(ProjectId, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Chame esse método quando o caminho do arquivo de saída de um projeto for alterado no ambiente do host.
protected public:
void OnOutputFilePathChanged(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ outputFilePath);
protected internal void OnOutputFilePathChanged(Microsoft.CodeAnalysis.ProjectId projectId, string outputFilePath);
protected internal void OnOutputFilePathChanged(Microsoft.CodeAnalysis.ProjectId projectId, string? outputFilePath);
member this.OnOutputFilePathChanged : Microsoft.CodeAnalysis.ProjectId * string -> unit
Protected Friend Sub OnOutputFilePathChanged (projectId As ProjectId, outputFilePath As String)
Parâmetros
- projectId
- ProjectId
- outputFilePath
- String