ListField::FindNextInChildSubFields Method (ShapeElement^, DiagramItem^, Boolean)
Visual Studio 2015
Finds this ShapeField's next child subfield in the navigation sequence.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual DiagramItem^ FindNextInChildSubFields( ShapeElement^ parentShape, DiagramItem^ startFromChildItem, bool focusableRequired ) override
Parameters
- parentShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^
The parent ShapeElement for this ShapeField.
- startFromChildItem
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
The DiagramItem from which to start the search. (This DiagramItem is not included in the search.) If startFromChildItem is null, then the search starts with the first child subfield of this ShapeElement.
- focusableRequired
-
Type:
System::Boolean
A value indicating whether the DiagramItem to find must be focusable.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
Show: