ExpressionChildRange Class
Represents a set of expression children returned by IExpressionChildProvider.QueryChildren().
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
public class ExpressionChildRange
- Inheritance
- Object ExpressionChildRange
See the documentation for IExpressionChildProvider.QueryChildrenCount() for rationale.
Children |
Represents the list of the children contained in the range.
|
FirstChildIndex |
Returns the absolute index (in the child list) of the first element in Children.
E.g. if the range represents expression children #2-3 (zero-based), FirstChildIndex will be 2 and Children will contain 2 items.
|