VisualGDB Extensibility API
C#
Show/Hide TOC
IScalar
Live
Watch
Node
Enum
Values 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#
Copy
LiveWatchEnumValue
[]
EnumValues
{
get
; }
Property Value
LiveWatchEnumValue
See Also
Reference
IScalarLiveWatchNode Interface
VisualGDBExtensibility.LiveWatch Namespace
In This Article
Definition
See Also