VSRegistry Class
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.
Helper class to handle the registry of the instance of VS that is hosting this code.
public ref class VSRegistry abstract sealed
public ref class VSRegistry abstract sealed
class VSRegistry abstract sealed
public static class VSRegistry
type VSRegistry = class
Public Class VSRegistry
- Inheritance
-
VSRegistry
Methods
RegistryRoot(__VsLocalRegistryType, Boolean) |
Returns a RegistryKey object for the root of a given storage type. It is up to the caller to dispose the returned object. |
RegistryRoot(__VsLocalRegistryType) |
Returns a read-only RegistryKey object for the root of a given storage type. It is up to the caller to dispose the returned object. |
RegistryRoot(IServiceProvider, __VsLocalRegistryType, Boolean) |
Returns a RegistryKey object for the root of a given storage type. It is up to the caller to dispose the returned object. |
RegistryRootString(__VsLocalRegistryType) |
Returns the registry root of the specific storage type. |