DebuggerVisualizerProviderConfiguration.Style 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 whether the debugger visualizer is shown as a modal dialog or a tool window. Modal dialog is the default.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerStyle Style { get; init; }
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
member this.Style : Microsoft.VisualStudio.Extensibility.DebuggerVisualizers.VisualizerStyle with get, set
Public Property Style As VisualizerStyle
Property Value
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Remarks
Tool window debugger visualizers should subscribe to the VisualizerTarget.StateChanged event.