ListField.FindNextInChildSubFields(ShapeElement, DiagramItem, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds this ShapeField's next child subfield in the navigation sequence.
public:
override Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ FindNextInChildSubFields(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ startFromChildItem, bool focusableRequired);
public override Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem FindNextInChildSubFields (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem startFromChildItem, bool focusableRequired);
override this.FindNextInChildSubFields : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem * bool -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Public Overrides Function FindNextInChildSubFields (parentShape As ShapeElement, startFromChildItem As DiagramItem, focusableRequired As Boolean) As DiagramItem
Parameters
- parentShape
- ShapeElement
The parent ShapeElement for this ShapeField.
- startFromChildItem
- 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
- Boolean
A value indicating whether the DiagramItem to find must be focusable.
Returns
The DiagramItem representing the next child subfield in the navigation sequence.