VsHelpErrors Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies errors unique to IVsHelpSystem.
public enum class VsHelpErrors
C++/CX
public enum class VsHelpErrors
enum VsHelpErrors
public enum VsHelpErrors
type VsHelpErrors =
Public Enum VsHelpErrors
- Inheritance
-
VsHelpErrors
Name | Value | Description |
---|---|---|
VSHELP_E_HTMLHELP_UNKNOWN | -2147217408 | HTML Help generated an unknown error. |
VSHELP_E_COLLECTIONDOESNOTEXIST | -2147217407 | The collection name read from the registry does not exist on disk. |
VSHELP_E_COLLECTIONNOTREGISTERED | -2147217406 | MSDN has not been registered. |
VSHELP_E_REGISTRATION | -2147217405 | The MSDN collection has been improperly registered. |
VSHELP_E_PREFERREDCOLLECTION | -2147217404 | The preferred collection is incorrectly registered. Select a new preferred collection or reinstall. |
From helpsys.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |