DkmGlobalSettings.GetDotnetCustomVisualizerPaths 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回通过 Visual Studio 扩展性机制安装的自定义可视化工具的路径。
public static System.Collections.ObjectModel.ReadOnlyCollection<string>? GetDotnetCustomVisualizerPaths();
static member GetDotnetCustomVisualizerPaths : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Shared Function GetDotnetCustomVisualizerPaths () As ReadOnlyCollection(Of String)
返回
注解
在远程调试方案中,列表将为 null。 在伪远程和本地调试方案中,它将不为 null。