Read H3 package info from MSDN http://services.mtps.microsoft.com/ServiceAPI/
Alt - You can also use http://msdn.microsoft.com/library/[locale]/topicid
For example: http://msdn.microsoft.com/en-us/library/System.String - Note
that for framework members you need to strip off the initial type prefix (like
T:, N:, etc.)
- GUIDs will also work, like:
http://msdn.microsoft.com/en-us/library/06ddebea-2c83-4a45-bb48-6264c797ed93 - How to target topicVersion -- Say 90 = .NET 3.5
http://msdn.microsoft.com/en-us/library/System.String(VS.90)
VS\MSDN Version numbers 71 = 1.1
80 = 2.0
85 = 3.0
90 = 3.5
95 = Silverlight (whatever the latest release is they dont version this content)
100 = 4.0
Nice blob by Jeff Braaten (Ryan's boss) Help Viewers
MTPS = MSDN/TechNet Publishing System - Open associated mtps page of doc:
- MTPS Docs
-
MTPS Links
Unofficial CHM specs - http://www.jedrea.com/chmlib/
- http://savannah.nongnu.org/projects/chmspec
- http://bonedaddy.net/pabs3/code/#hhm
|