__vsHelpDisplayUrlFlags Enumeration
Visual Studio 2015
Display flags.
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
| Member name | Description | |
|---|---|---|
| vsHelpDisplayUrlFlagsGuidFailover | Value = 0x00000080. | |
| vsHelpDisplayUrlFlagsGuidLocal | Value = 0x00000010. | |
| vsHelpDisplayUrlFlagsGuidLocale | Value = 0x00000040. | |
| vsHelpDisplayUrlFlagsGuidOnline | Value = 0x00000020. | |
| vsHelpDisplayUrlFlagsHighlightTerm | Value = 0x00000001. | |
| vsHelpDisplayUrlFlagsNamedUrl | Value = 0x00000100. | |
| vsHelpDisplayUrlFlagsNoHistory | Value = 0x00000200. | |
| vsHelpDisplayUrlFlagsNoHistoryThisPage | Value = 0x00000400. | |
| vsHelpDisplayUrlFlagsNone | Value = 0x00000080. | |
| vsHelpDisplayUrlFlagsOpenNewWindow | Value = 0x00000010. |
The DisplayTopicFromURLEx2 method uses these flags to displays the help topic.
Show: