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.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
bool ChildrenAvailable { get; }
Property Value
Boolean