ShapeElement::FindFirstChild Method (Boolean)

 

Searches for the first child in the navigation sequence for the shape.

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

public:
DiagramItem^ FindFirstChild(
	bool focusableRequired
)

Parameters

focusableRequired
Type: System::Boolean

true if the child must be able to have focus to be considered; otherwise, false.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The first child in the navigation sequence for the shape.

By default, shape fields precede child shapes in the navigation sequence.

Return to top
Show: