Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Display flags.
Namespace: Microsoft.VisualStudio.VSHelp80
Assembly: Microsoft.VisualStudio.VSHelp80 (in Microsoft.VisualStudio.VSHelp80.dll)
Syntax
'Declaration
Public Enumeration __vsHelpDisplayUrlFlags
'Usage
Dim instance As __vsHelpDisplayUrlFlags
public enum __vsHelpDisplayUrlFlags
public enum class __vsHelpDisplayUrlFlags
public enum __vsHelpDisplayUrlFlags
Members
| Member name | Description | |
|---|---|---|
| vsHelpDisplayUrlFlagsNone | Value = 0x00000080. | |
| vsHelpDisplayUrlFlagsHighlightTerm | Value = 0x00000001. | |
| vsHelpDisplayUrlFlagsOpenNewWindow | Value = 0x00000010. | |
| vsHelpDisplayUrlFlagsGuidLocal | Value = 0x00000010. | |
| vsHelpDisplayUrlFlagsGuidOnline | Value = 0x00000020. | |
| vsHelpDisplayUrlFlagsGuidLocale | Value = 0x00000040. | |
| vsHelpDisplayUrlFlagsGuidFailover | Value = 0x00000080. | |
| vsHelpDisplayUrlFlagsNamedUrl | Value = 0x00000100. | |
| vsHelpDisplayUrlFlagsNoHistory | Value = 0x00000200. | |
| vsHelpDisplayUrlFlagsNoHistoryThisPage | Value = 0x00000400. |
Remarks
The DisplayTopicFromURLEx2 method uses these flags to displays the help topic.