andrew
andrew

Reputation: 2245

Viewing the MSDN documentation of a framework type in Visual Studio 2010

Is it possible in Visual Studio 2010 to be able to right-click on a framework class such as System.Web.UI.Page in my code and be able to click to view the documentation for that class?

Upvotes: 1

Views: 47

Answers (1)

chaliasos
chaliasos

Reputation: 9783

Select the framework class and hit F1, it will open the MSDN.

Upvotes: 5

Related Questions