VHS_COMMAND Enumeration

Specifies help system commands.

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

Syntax

'Declaration
Public Enumeration VHS_COMMAND
public enum VHS_COMMAND
public enum class VHS_COMMAND
type VHS_COMMAND
public enum VHS_COMMAND

Members

Member name Description
VHS_Default Used by all functions. Same as using nulla null reference (Nothing in Visual Basic).
VHS_NoErrorMessages Used by all functions. Set 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. Does not show context id in collection's window.

Remarks

COM Signature

From helpsys.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace