Share via


VSRegistry.RegistryRootString(__VsLocalRegistryType) Method

Definition

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

Remarks

This method is safe to access from any thread.

Applies to