Package.UserRegistryRoot Property
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 for the current user. Typically this is HKCU\Software\Microsoft\VisualStudio[ver] but this can change based on any alternate root that the shell is initialized with. This key is read-write.
public:
property Microsoft::Win32::RegistryKey ^ UserRegistryRoot { Microsoft::Win32::RegistryKey ^ get(); };
public:
property Microsoft::Win32::RegistryKey ^ UserRegistryRoot { Microsoft::Win32::RegistryKey ^ get(); };
public Microsoft.Win32.RegistryKey UserRegistryRoot { get; }
member this.UserRegistryRoot : Microsoft.Win32.RegistryKey
Public ReadOnly Property UserRegistryRoot As RegistryKey
Property Value
A RegistryKey that can be used to store user data.
Remarks
This property is safe to access from any thread.