__VsLocalRegistryRootHandle 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.
Represents a registry root handle.
public enum class __VsLocalRegistryRootHandle
C++/CX
public enum class __VsLocalRegistryRootHandle
enum __VsLocalRegistryRootHandle
public enum __VsLocalRegistryRootHandle
type __VsLocalRegistryRootHandle =
Public Enum __VsLocalRegistryRootHandle
- Inheritance
-
__VsLocalRegistryRootHandle
Name | Value | Description |
---|---|---|
RegHandle_CurrentUser | -2147483647 | HKEY_CURRENT_USER |
RegHandle_LocalMachine | -2147483646 | HKEY_LOCAL_MACHINE |
RegHandle_Invalid | 0 | Invalid value, used for initializing parameters. |
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |