Freigeben über


Workspace.OnProjectNameChanged(ProjectId, String, String) Methode

Definition

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

protected public:
 void OnProjectNameChanged(Microsoft::CodeAnalysis::ProjectId ^ projectId, System::String ^ name, System::String ^ filePath);
protected internal void OnProjectNameChanged (Microsoft.CodeAnalysis.ProjectId projectId, string name, string filePath);
protected internal void OnProjectNameChanged (Microsoft.CodeAnalysis.ProjectId projectId, string name, string? filePath);
member this.OnProjectNameChanged : Microsoft.CodeAnalysis.ProjectId * string * string -> unit
Protected Friend Sub OnProjectNameChanged (projectId As ProjectId, name As String, filePath As String)

Parameter

projectId
ProjectId
name
String
filePath
String

Gilt für: