ListField.FindPreviousInChildSubFields 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 previous child subfield in the navigation sequence.
public:
override Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ FindPreviousInChildSubFields(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ startFromChildItem, bool focusableRequired);
public override Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem FindPreviousInChildSubFields (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem startFromChildItem, bool focusableRequired);
override this.FindPreviousInChildSubFields : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem * bool -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Public Overrides Function FindPreviousInChildSubFields (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 last child subfield of this ShapeElement.
- focusableRequired
- Boolean
A value indicating whether the DiagramItem to find must be focusable.
Returns
The DiagramItem representing the previous child subfield in the navigation sequence.