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.
Searches for the next 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 Function FindNextInChildFields ( _
startFromField As ShapeField, _
focusableRequired As Boolean _
) As DiagramItem
public DiagramItem FindNextInChildFields(
ShapeField startFromField,
bool focusableRequired
)
public:
DiagramItem^ FindNextInChildFields(
ShapeField^ startFromField,
bool focusableRequired
)
member FindNextInChildFields :
startFromField:ShapeField *
focusableRequired:bool -> DiagramItem
public function FindNextInChildFields(
startFromField : ShapeField,
focusableRequired : boolean
) : DiagramItem
Parameters
- startFromField
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
The shape field from which to start the search.
- focusableRequired
Type: System.Boolean
true to consider the shape field only if it can have focus; otherwise, false.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The next shape field in the navigation sequence.
Remarks
This method may traverse descendents of the child fields looking for a viable next item.
.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.