Workspace.OnOutputFilePathChanged(ProjectId, String) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Panggil metode ini saat jalur file output proyek diubah di lingkungan 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)
Parameter
- projectId
- ProjectId
- outputFilePath
- String