Share via


ListField.FindNextInChildSubFields Method

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

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

Syntax

'Declaration
Public Overrides Function FindNextInChildSubFields ( _
    parentShape As ShapeElement, _
    startFromChildItem As DiagramItem, _
    focusableRequired As Boolean _
) As DiagramItem
public override DiagramItem FindNextInChildSubFields(
    ShapeElement parentShape,
    DiagramItem startFromChildItem,
    bool focusableRequired
)
public:
virtual DiagramItem^ FindNextInChildSubFields(
    ShapeElement^ parentShape, 
    DiagramItem^ startFromChildItem, 
    bool focusableRequired
) override
abstract FindNextInChildSubFields : 
        parentShape:ShapeElement * 
        startFromChildItem:DiagramItem * 
        focusableRequired:bool -> DiagramItem 
override FindNextInChildSubFields : 
        parentShape:ShapeElement * 
        startFromChildItem:DiagramItem * 
        focusableRequired:bool -> DiagramItem 
public override function FindNextInChildSubFields(
    parentShape : ShapeElement, 
    startFromChildItem : DiagramItem, 
    focusableRequired : boolean
) : DiagramItem

Parameters

  • 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 first child subfield of this ShapeElement.
  • focusableRequired
    Type: System.Boolean
    A value indicating whether the DiagramItem to find must be focusable.

Return Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem

.NET Framework Security

See Also

Reference

ListField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace