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