Package.ApplicationRegistryRoot 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.
Gets the root registry key of the current Visual Studio registry hive.
public:
property Microsoft::Win32::RegistryKey ^ ApplicationRegistryRoot { Microsoft::Win32::RegistryKey ^ get(); };
public:
property Microsoft::Win32::RegistryKey ^ ApplicationRegistryRoot { Microsoft::Win32::RegistryKey ^ get(); };
public Microsoft.Win32.RegistryKey ApplicationRegistryRoot { get; }
member this.ApplicationRegistryRoot : Microsoft.Win32.RegistryKey
Public ReadOnly Property ApplicationRegistryRoot As RegistryKey
Property Value
The root RegistryKey of the Visual Studio registry hive.
Remarks
This property is safe to access from any thread.