IVisualizerObjectProvider3.SelectedFormatterPolicy 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.
The format policy that this class will use when serializing/deserializing information.
public Microsoft.VisualStudio.DebuggerVisualizers.FormatterPolicy SelectedFormatterPolicy { get; }
member this.SelectedFormatterPolicy : Microsoft.VisualStudio.DebuggerVisualizers.FormatterPolicy
Public ReadOnly Property SelectedFormatterPolicy As FormatterPolicy
Property Value
Remarks
It might be different from the Microsoft.VisualStudio.DebuggerVisualizers.DialogDebuggerVisualizer.PreferredFormatterPolicy since it can be overridden by the debugger in scenarios where the chosen format policy is not supported.