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
'Declaração
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
- 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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.