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。

適用於