ShapeSubField::NavigateToNext Method (ShapeElement^, ShapeField^, SelectedShapesCollection^)

 

Called by this ShapeSubField to set focus to the next object in the navigation sequence.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool NavigateToNext(
	ShapeElement^ parentShape,
	ShapeField^ parentField,
	SelectedShapesCollection^ selection
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeElement^

The parent ShapeElement of this ShapeSubField.

parentField
Type: Microsoft.VisualStudio.Modeling.Diagrams::ShapeField^

The parent ShapeField of this ShapeSubField.

selection
Type: Microsoft.VisualStudio.Modeling.Diagrams::SelectedShapesCollection^

The current selection whose focus and selection will be updated.

Return Value

Type: System::Boolean

If a ShapeElement, ShapeField, or ShapeSubField is not focusable, it does not participate in the navigation sequence.

Return to top
Show: