Freigeben über


Workspace.OnOutputFilePathChanged(ProjectId, String) Methode

Definition

Rufen Sie diese Methode auf, wenn der Ausgabedateipfad eines Projekts in der Hostumgebung geändert wird.

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

Gilt für: