Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: