__VsLocalRegistryRootHandle Enumeration

 

Represents a registry root handle.

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

public enum __VsLocalRegistryRootHandle

Member nameDescription
RegHandle_CurrentUser

HKEY_CURRENT_USER

RegHandle_Invalid

Invalid value, used for initializing parameters.

RegHandle_LocalMachine

HKEY_LOCAL_MACHINE

Return to top
Show: