VSRegistry.RegistryRootString(__VsLocalRegistryType) Method
Definition
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.
Returns the registry root of the specific storage type.
public static string RegistryRootString (Microsoft.VisualStudio.Shell.Interop.__VsLocalRegistryType registryType);
static member RegistryRootString : Microsoft.VisualStudio.Shell.Interop.__VsLocalRegistryType -> string
Public Shared Function RegistryRootString (registryType As __VsLocalRegistryType) As String
Parameters
- registryType
- __VsLocalRegistryType
Returns
Exceptions
registryType
is not RegType_UserSettings
or RegType_Configuration.
Remarks
This method is safe to access from any thread.