Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As 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: