DebuggerVisualizerProviderConfiguration.VisualizerObjectSourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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