_VHS_COMMANDS Enumeration

 

Specifies help system commands for IVsHelpSystem methods.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum _VHS_COMMANDS

Member nameDescription
VHS_Default

Used by All functions. Same as using NULL.

VHS_Localize
VHS_NoErrorMessages

Used by All functions. Sets this to display error messages yourself.

VHS_OutsideCollectionSpace

Used only by DisplayTopicFromIdentifier. Do not show context id in collection's window.

VHS_UseBrowser

Used only by DisplayTopicFromURL.

VHS_UseHelp

Used only by DisplayTopicFromURL.

From helpsys.idl:

Return to top
Show: