ILiveWatchNodeGetChildren Method

Creates and returns the list of the child nodes for the node.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
ILiveWatchNode[] GetChildren(
	LiveWatchChildrenRequestReason reason
)

Parameters

reason  LiveWatchChildrenRequestReason
Specifies the reason for querying the child nodes.

Return Value

ILiveWatchNode
The array containing child nodes or null.

Remarks

This method is always called from the GUI thread, typically when the node is expanded for the first time, or explicitly reloaded via the reload button.

See Also