ListField::FindPreviousInChildSubFields Method (ShapeElement^, DiagramItem^, Boolean)

 

Finds this ShapeField's previous child subfield in the navigation sequence.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual DiagramItem^ FindPreviousInChildSubFields(
	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 last child subfield of this ShapeElement.

focusableRequired
Type: System::Boolean

A value indicating whether the DiagramItem to find must be focusable.

Return to top
Show: