ILiveWatchNodeName 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#
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