_VHS_COMMANDS 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.
Specifies help system commands for IVsHelpSystem methods.
public enum class _VHS_COMMANDS
public enum class _VHS_COMMANDS
enum _VHS_COMMANDS
public enum _VHS_COMMANDS
type _VHS_COMMANDS =
Public Enum _VHS_COMMANDS
- Inheritance
-
_VHS_COMMANDS
Fields
VHS_Default | 0 | Used by All functions. Same as using NULL. |
VHS_Localize | 4 | Used only by DisplayTopicFromIdentifier(String, UInt32, UInt32) and DisplayTopicFromURL(String, UInt32). |
VHS_NoErrorMessages | 8 | Used by All functions. Sets this to display error messages yourself. |
VHS_OutsideCollectionSpace | 16 | Used only by DisplayTopicFromIdentifier(String, UInt32, UInt32). Do not show context id in collection's window. |
VHS_UseBrowser | 1 | Used only by DisplayTopicFromURL(String, UInt32). |
VHS_UseHelp | 2 | Used only by DisplayTopicFromURL(String, UInt32). |
Remarks
COM Signature
From helpsys.idl: