IExpressionChildProvider overview
![]() | 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. |
![]() | Queries the children of an expression (e.g. values of the fields in a C++ class). |
![]() | Returns the children count of the expression. |
IExpressionChildProvider Interface | VisualGDBExpressions Namespace