LiveWatchChildrenRequestReason Enumeration
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public enum LiveWatchChildrenRequestReason
NodeCreatedExpanded | 0 |
The parent node was automatically expanded when loading saved preferences.
|
NodeExpandedExplicitly | 1 |
The parent node was expanded by the user.
|
RefreshingSingleNode | 2 |
The parent node is being explicitly refreshed via the refresh button.
|
RefreshingAllNodes | 3 |
All nodes in the view are being refreshed via the global refresh button.
|
ProcessingDirectNodeGroup | 4 |
A delay-loaded group of nodes (e.g. a large dynamic module) has been processed.
|