ListField.FindPreviousInChildSubFields Method
Finds this ShapeField's previous child subfield in the navigation sequence.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Overrides Function FindPreviousInChildSubFields ( _
parentShape As ShapeElement, _
startFromChildItem As DiagramItem, _
focusableRequired As Boolean _
) As DiagramItem
public override DiagramItem FindPreviousInChildSubFields(
ShapeElement parentShape,
DiagramItem startFromChildItem,
bool focusableRequired
)
public:
virtual DiagramItem^ FindPreviousInChildSubFields(
ShapeElement^ parentShape,
DiagramItem^ startFromChildItem,
bool focusableRequired
) override
abstract FindPreviousInChildSubFields :
parentShape:ShapeElement *
startFromChildItem:DiagramItem *
focusableRequired:bool -> DiagramItem
override FindPreviousInChildSubFields :
parentShape:ShapeElement *
startFromChildItem:DiagramItem *
focusableRequired:bool -> DiagramItem
public override function FindPreviousInChildSubFields(
parentShape : ShapeElement,
startFromChildItem : DiagramItem,
focusableRequired : boolean
) : DiagramItem
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElementThe parent ShapeElement for this ShapeField.
startFromChildItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemThe 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 last child subfield of this ShapeElement.
focusableRequired
Type: BooleanA 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.