DkmGlobalSettings.RegistryRoot 属性

定义

可有可无Visual Studio 注册表根 (例如: Software\Microsoft\VisualStudio\10.0) 。 远程调试方案中的注册表根为空。 在伪远程和本地调试方案中,它将是非 null 的。

public:
 static property System::String ^ RegistryRoot { System::String ^ get(); };
public:
 static property Platform::String ^ RegistryRoot { Platform::String ^ get(); };
public static string RegistryRoot { get; }
member this.RegistryRoot : string
Public Shared ReadOnly Property RegistryRoot As String

属性值

String

返回 String

适用于