ShapeField.NavigateDescend Method
Visual Studio 2012
Moves the focus to the next shape field in the navigation sequence for the selected shapes.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
public virtual bool NavigateDescend( ShapeElement parentShape, SelectedShapesCollection selection )
Parameters
- parentShape
- Type: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement
The shape element to which the shape field is assigned.
- selection
- Type: Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection
The group of shapes that are selected and can be navigated.
Return Value
Type: Booleantrue if the focus moves to the next shape in the navigation sequence; otherwise, false.
- 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.