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.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Overridable Function NavigateToNext ( _
parentShape As ShapeElement, _
parentField As ShapeField, _
selection As SelectedShapesCollection _
) As Boolean
public virtual bool NavigateToNext(
ShapeElement parentShape,
ShapeField parentField,
SelectedShapesCollection selection
)
public:
virtual bool NavigateToNext(
ShapeElement^ parentShape,
ShapeField^ parentField,
SelectedShapesCollection^ selection
)
abstract NavigateToNext :
parentShape:ShapeElement *
parentField:ShapeField *
selection:SelectedShapesCollection -> bool
override NavigateToNext :
parentShape:ShapeElement *
parentField:ShapeField *
selection:SelectedShapesCollection -> bool
public function NavigateToNext(
parentShape : ShapeElement,
parentField : ShapeField,
selection : SelectedShapesCollection
) : boolean
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
Remarks
If a ShapeElement, ShapeField, or ShapeSubField is not focusable, it does not participate 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.