SharePoint 2010 DevelopmentRandall Isenhour
If you're a developer working in Visual Studio 2005, you can use F1 context-sensitive Help to jump directly to an SDK topic when you highlight a Method, Class, or Property in the code window.
Now that our SharePoint SDKs are live on MSDN, F1 Help functionality works with the Help viewer in Visual Studio 2005 without installing the entire SDK. This is great for a situation where you have Internet access but you don't have the SDK installed on your development machine.
Here's how:
Now when you type code and press F1 on selected members, you get results directly from MSDN (even if you haven’t installed the SDK).
If you don’t get the right context-sensitive results on the first try, use the F1 Options drop-down at the top of the window to select the correct member:When no exact match is found, Document Explorer opens the Index tab and navigates to the place in the index where the closest match exists. Click the member for which you want to display Help to open the Help topic.
For More Information
My team also produces client and developer-oriented content (published on MSDN) for the following applications:
We also maintain MSDN Web sites for the following:
Check out this blog for updates on published content, upcoming content, and engagement opportunities with the people who produce the core developer documentation for SharePoint Products and Technologies, Project, Project Server, SharePoint Designer, and FrontPage!
Please post a comment if you have any questions,Randall