Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides utility functions for discovering the registry hive under which Visual Studio is currently running.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Shell.VSRegistry
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class VSRegistry
public static class VSRegistry
public ref class VSRegistry abstract sealed
[<AbstractClass>]
[<Sealed>]
type VSRegistry = class end
public final class VSRegistry
Methods
Name | Description | |
---|---|---|
![]() ![]() |
RegistryRoot(__VsLocalRegistryType) | Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry. |
![]() ![]() |
RegistryRoot(__VsLocalRegistryType, Boolean) | Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry. |
![]() ![]() |
RegistryRoot(IServiceProvider, __VsLocalRegistryType, Boolean) | Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.