Locates the previous child shape field in the navigation sequence.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overridable Function FindPreviousInChildSubFields ( _
parentShape As ShapeElement, _
startFromChildItem As DiagramItem, _
focusableRequired As Boolean _
) As DiagramItem
'Usage
Dim instance As ShapeField
Dim parentShape As ShapeElement
Dim startFromChildItem As DiagramItem
Dim focusableRequired As Boolean
Dim returnValue As DiagramItem
returnValue = instance.FindPreviousInChildSubFields(parentShape, _
startFromChildItem, focusableRequired)
public virtual DiagramItem FindPreviousInChildSubFields(
ShapeElement parentShape,
DiagramItem startFromChildItem,
bool focusableRequired
)
public:
virtual DiagramItem^ FindPreviousInChildSubFields(
ShapeElement^ parentShape,
DiagramItem^ startFromChildItem,
bool focusableRequired
)
public function FindPreviousInChildSubFields(
parentShape : ShapeElement,
startFromChildItem : DiagramItem,
focusableRequired : boolean
) : DiagramItem
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe parent shape field.
startFromChildItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemThe child shape field from which to begin the navigation sequence. If this value is null, the search starts with the first child subfield in the shape field.
focusableRequired
Type: System.Booleantrue to consider only child shape fields that can receive focus; otherwise, false.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem
The previous 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.