ShapeField.FindNextChild Method
Locates the next child shape field in the parent shape field.
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 Function FindNextChild ( _
startFromChildItem As DiagramItem, _
focusableRequired As Boolean _
) As DiagramItem
public DiagramItem FindNextChild(
DiagramItem startFromChildItem,
bool focusableRequired
)
public:
DiagramItem^ FindNextChild(
DiagramItem^ startFromChildItem,
bool focusableRequired
)
member FindNextChild :
startFromChildItem:DiagramItem *
focusableRequired:bool -> DiagramItem
public function FindNextChild(
startFromChildItem : DiagramItem,
focusableRequired : boolean
) : DiagramItem
Parameters
startFromChildItem
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramItemThe child shape field from which to begin the search.
focusableRequired
Type: Booleantrue 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 parent shape field.
.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.