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。