LiveWatchNodeState Class
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public class LiveWatchNodeState
- Inheritance
- Object LiveWatchNodeState
Flags |
Contains the flags associated with the last known value of the node.
|
Icon |
Specifies the icon to be shown next to the node name.
|
NewChildren |
If not null, contains the new list of node's children, overriding the value returned by GetChildren(LiveWatchChildrenRequestReason).
|
NewName |
If not null, contains the new user-friendly name for the node, overriding Name.
|
NewType |
If not null, contains the new user-friendly node type, overriding RawType.
|
Value |
Contains the last known value of the node.
|