Workspace.OnOutputRefFilePathChanged(ProjectId, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelez cette méthode quand le chemin du fichier ref de sortie d’un projet est modifié dans l’environnement hôte.
protected public:
void OnOutputRefFilePathChanged(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ outputFilePath);
protected internal void OnOutputRefFilePathChanged(Microsoft.CodeAnalysis.ProjectId projectId, string outputFilePath);
protected internal void OnOutputRefFilePathChanged(Microsoft.CodeAnalysis.ProjectId projectId, string? outputFilePath);
member this.OnOutputRefFilePathChanged : Microsoft.CodeAnalysis.ProjectId * string -> unit
Protected Friend Sub OnOutputRefFilePathChanged (projectId As ProjectId, outputFilePath As String)
Paramètres
- projectId
- ProjectId
- outputFilePath
- String