DebuggerVisualizerProviderConfiguration.VisualizerObjectSourceType Property

Definition

Gets the type of the visualizer object source loaded in the debug target process to access the object to be visualized. When null, the default visualizer object source, which performs serialization using Newtonsoft.Json, will be used.

public Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType? VisualizerObjectSourceType { get; init; }
member this.VisualizerObjectSourceType : Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerObjectSourceType with get, set
Public Property VisualizerObjectSourceType As VisualizerObjectSourceType

Property Value

Applies to