ShapeField::FindPreviousChild Method (DiagramItem^, Boolean)
Visual Studio 2015
Locates the previous child shape field in the parent shape field.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: DiagramItem^ FindPreviousChild( DiagramItem^ startFromChildItem, bool focusableRequired )
Parameters
- startFromChildItem
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^
The child shape field from which the navigation sequence began. If the object is null, the search starts with the first child subfield in the shape field.
- focusableRequired
-
Type:
System::Boolean
true to consider only child shape fields that can receive focus; otherwise, false.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^The previous child in the parent shape field.
Show: