ShapeField.NavigateAscend Method
Visual Studio 2012
Moves the focus to the previous 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 NavigateAscend( 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 previous 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.