IScalarLiveWatchNodeSupportedFormatters Property

Contains the list of ILiveWatchFormatter formatters that can display the value of the node. Typically coming from GetFormattersForSize(Int32, ScalarVariableType). The user will select one of the formatters via a drop-down list, and it will be used to translate the raw memory value into a user-friendly string.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
ILiveWatchFormatter[] SupportedFormatters { get; }

Property Value

ILiveWatchFormatter

See Also