JetBrains.EnvDTE.Client by JetBrains

<PackageReference Include="JetBrains.EnvDTE.Client" Version="20220221.47.0" />

 ProjectItem_set_NameRequest

public static CtxReadDelegate<ProjectItem_set_NameRequest> Read

public static CtxWriteDelegate<ProjectItem_set_NameRequest> Write

public ProjectItemModel Model { get; }

public string NewName { get; }

public ProjectItem_set_NameRequest(ProjectItemModel model, string newName)

public void Deconstruct(out ProjectItemModel model, out string newName)

public void Print(PrettyPrinter printer)