Freigeben über


Workspace.OnOutputRefFilePathChanged(ProjectId, String) Methode

Definition

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

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)

Parameter

projectId
ProjectId
outputFilePath
String

Gilt für: