VisualGDB Extensibility API
C#
Show/Hide TOC
IExpression
Children Property
Returns an object providing various information about the children of the expression (e.g. fields of a C++ object).
Definition
Namespace:
VisualGDBExpressions
Assembly:
VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
Copy
IExpressionChildProvider
Children
{
get
; }
Property Value
IExpressionChildProvider
See Also
Reference
IExpression Interface
VisualGDBExpressions Namespace
In This Article
Definition
See Also