Package.ApplicationRegistryRoot Property

Definition

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.

Applies to