Visual Studio 中这个工具的名称是什么?

What is the name of this tool in Visual Studio?

IDE 右上角的下拉菜单仅提供当前打开的 class 的非常高级视图,显示每个成员。这个有名字吗?

它在 Code View panel/screen 中的 Navigation Bar 上,其中包括三个下拉菜单,这是 Member 下拉菜单。它用于在当前 selected class.

中查看和导航到 成员 ,例如方法和属性等

注意在编辑时访问 Navigation Bar 执行 Ctrl + F2,这会将光标移动到代码视图顶部的栏。然后可以 select Tab 将 selection 移动到 member 列表。