Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Locates the next child shape field 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 Overridable Function FindNextInChildSubFields ( _
parentShape As ShapeElement, _
startFromChildItem As DiagramItem, _
focusableRequired As Boolean _
) As DiagramItem
public virtual DiagramItem FindNextInChildSubFields(
ShapeElement parentShape,
DiagramItem startFromChildItem,
bool focusableRequired
)
public:
virtual DiagramItem^ FindNextInChildSubFields(
ShapeElement^ parentShape,
DiagramItem^ startFromChildItem,
bool focusableRequired
)
abstract FindNextInChildSubFields :
parentShape:ShapeElement *
startFromChildItem:DiagramItem *
focusableRequired:bool -> DiagramItem
override FindNextInChildSubFields :
parentShape:ShapeElement *
startFromChildItem:DiagramItem *
focusableRequired:bool -> DiagramItem
public function FindNextInChildSubFields(
parentShape : ShapeElement,
startFromChildItem : DiagramItem,
focusableRequired : boolean
) : DiagramItem
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The parent shape field.
- startFromChildItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The child shape field from which to begin the navigation sequence. If this is null, the search starts with the first child subfield in the shape field.
- focusableRequired
Type: System.Boolean
true to consider only child shape fields that can receive focus; otherwise, false.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The next child shape field in the navigation sequence.
.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.