Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Shared Function RegistryRoot ( _
registryType As __VsLocalRegistryType _
) As RegistryKey
public static RegistryKey RegistryRoot(
__VsLocalRegistryType registryType
)
Parameters
- registryType
Type: Microsoft.VisualStudio.Shell.Interop.__VsLocalRegistryType
A __VsLocalRegistryType enumeration specifying the part of the registry.
Return Value
Type: Microsoft.Win32.RegistryKey
Remarks
For the registryType parameter you should use only RegType_Configuration for the application root, or RegType_UserSettings for the user settings root.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.