IScalarLiveWatchNodeEnumValues Property

If the node corresponds to an enum field, contains the list of possible enum values that the user can select. Otherwise, null.

Definition

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

Property Value

LiveWatchEnumValue

See Also