DkmGlobalSettings.RegistryRoot 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.
[Optional] Visual Studio registry root (ex: Software\Microsoft\VisualStudio\10.0). Registry root is null in remote debugging scenarios. It will be non-null in pseudo-remote, and local debugging scenarios.
public:
static property System::String ^ RegistryRoot { System::String ^ get(); };
public:
static property Platform::String ^ RegistryRoot { Platform::String ^ get(); };
public static string RegistryRoot { get; }
public static string? RegistryRoot { get; }
static member RegistryRoot : string
Public Shared ReadOnly Property RegistryRoot As String
Property Value
Returns String.