VisualGDB Extensibility API
C#
Show/Hide TOC
ILive
Watch
Node
Raw
Type Property
Node type as shown in the
Type
column of the Live Watch window.
Definition
Namespace:
VisualGDBExtensibility.LiveWatch
Assembly:
VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
Copy
string
RawType
{
get
; }
Property Value
String
Remarks
If the node type name changes over time, this property should remain unchanged, and the new name should be returned via the
NewType
field from
UpdateState(LiveWatchUpdateContext)
See Also
Reference
ILiveWatchNode Interface
VisualGDBExtensibility.LiveWatch Namespace
In This Article
Definition
Remarks
See Also