ShapeField.FindFirstChild(ShapeElement, 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.
Called by this ShapeField to get its first child subfield in the navigation sequence.
public:
Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ FindFirstChild(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape, bool focusableRequired);
public Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem FindFirstChild (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, bool focusableRequired);
member this.FindFirstChild : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * bool -> Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
Public Function FindFirstChild (parentShape As ShapeElement, focusableRequired As Boolean) As DiagramItem
Parameters
- parentShape
- ShapeElement
The parent ShapeElement for this ShapeField.
- focusableRequired
- Boolean
A value indicating whether the DiagramItem to find must be focusable.
Returns
The first child subfield in the navigation sequence.