_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)

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_Localize Used only by DisplayTopicFromIdentifier and DisplayTopicFromURL.
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.

Remarks

COM Signature

From helpsys.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace