__vsHelpUrlFromTopicIDFlags Enumeration
Visual Studio 2015
GUID navigation flags.
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
| Member name | Description | |
|---|---|---|
| HUFTID_Default | Value = 0x00000000. | |
| HUFTID_Local | Specifies that the local help should be used. Value = 0x00000001. | |
| HUFTID_Locale | Specifies that the topic should come from a specific locale. Value = 0x00000004. | |
| HUFTID_Online | Specifies that the online help should be used. Value = 0x00000002. |
Show: