VSRegistry Class

 

Provides utility functions for discovering the registry hive under which Visual Studio is currently running.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.VSRegistry

public static class VSRegistry

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticRegistryRoot(__VsLocalRegistryType)

Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry.

System_CAPS_pubmethodSystem_CAPS_staticRegistryRoot(__VsLocalRegistryType, Boolean)

Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry.

System_CAPS_pubmethodSystem_CAPS_staticRegistryRoot(IServiceProvider, __VsLocalRegistryType, Boolean)

Represents the root of the registry hive under which Visual Studio is currently running, in the specified part of the registry.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: