通过


DkmGlobalSettings.GetDotnetCustomVisualizerPaths 方法

定义

返回通过 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。

适用于