IExpressionChildProviderChildrenAvailable Property

Returns true if the expression can have children. Visual Studio will show the '+' icon allowing the user to expand the expression. This is faster than calling QueryChildren(), as it involves running less GDB commands.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
bool ChildrenAvailable { get; }

Property Value

Boolean

See Also