In Visual Studio 2008, I can see a combo box containing开发者_如何转开发 the members/methods defined in my class at the top of the code window:
However, I cannot see this in Visual Studio 2010! Was it removed? Can I get it back?
It's still there, you must have just inadvertently turned it off. To turn it back on, follow these easy steps:
- From the "Tools" menu, select "Options".
- Expand the "Text Editor" heading.
- Select your language of choice (e.g., C# or VB.NET).
- Check the box labeled "Navigation bar".
精彩评论