LiveWatchChildrenRequestReason Enumeration

Specifies the reason for calling GetChildren(LiveWatchChildrenRequestReason)

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public enum LiveWatchChildrenRequestReason

Members

NodeCreatedExpanded0 The parent node was automatically expanded when loading saved preferences.
NodeExpandedExplicitly1 The parent node was expanded by the user.
RefreshingSingleNode2 The parent node is being explicitly refreshed via the refresh button.
RefreshingAllNodes3 All nodes in the view are being refreshed via the global refresh button.
ProcessingDirectNodeGroup4 A delay-loaded group of nodes (e.g. a large dynamic module) has been processed.

See Also