__vsHelpDisplayUrlFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Display flags.
public enum class __vsHelpDisplayUrlFlags
public enum class __vsHelpDisplayUrlFlags
enum __vsHelpDisplayUrlFlags
public enum __vsHelpDisplayUrlFlags
type __vsHelpDisplayUrlFlags =
Public Enum __vsHelpDisplayUrlFlags
- Inheritance
-
__vsHelpDisplayUrlFlags
Fields
Name | Value | Description |
---|---|---|
vsHelpDisplayUrlFlagsNone | 0 | Value = 0x00000080. |
vsHelpDisplayUrlFlagsHighlightTerm | 1 | Value = 0x00000001. |
vsHelpDisplayUrlFlagsOpenNewWindow | 2 | Value = 0x00000010. |
vsHelpDisplayUrlFlagsGuidLocal | 16 | Value = 0x00000010. |
vsHelpDisplayUrlFlagsGuidOnline | 32 | Value = 0x00000020. |
vsHelpDisplayUrlFlagsGuidLocale | 64 | Value = 0x00000040. |
vsHelpDisplayUrlFlagsGuidFailover | 128 | Value = 0x00000080. |
vsHelpDisplayUrlFlagsNamedUrl | 256 | Value = 0x00000100. |
vsHelpDisplayUrlFlagsNoHistory | 512 | Value = 0x00000200. |
vsHelpDisplayUrlFlagsNoHistoryThisPage | 1024 | Value = 0x00000400. |
Remarks
The DisplayTopicFromURLEx2 method uses these flags to displays the help topic.