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.
Specifies help system commands for IVsHelpSystem methods.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration _VHS_COMMANDS
public enum _VHS_COMMANDS
public enum class _VHS_COMMANDS
type _VHS_COMMANDS
public enum _VHS_COMMANDS
Members
Member name | Description | |
---|---|---|
VHS_Default | Used by All functions. Same as using NULL. | |
VHS_NoErrorMessages | Used by All functions. Sets this to display error messages yourself. | |
VHS_UseBrowser | Used only by DisplayTopicFromURL. | |
VHS_UseHelp | Used only by DisplayTopicFromURL. | |
VHS_Localize | Used only by DisplayTopicFromIdentifier and DisplayTopicFromURL. | |
VHS_OutsideCollectionSpace | Used only by DisplayTopicFromIdentifier. Do not show context id in collection's window. |
Remarks
COM Signature
From helpsys.idl: