LinkShape.NavigateAscend(SelectedShapesCollection) Method

Definition

Called by this LinkShape to set focus to its first focusable ancestor in the navigation sequence.

public:
 override bool NavigateAscend(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection);
public override bool NavigateAscend (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection);
override this.NavigateAscend : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection -> bool
Public Overrides Function NavigateAscend (selection As SelectedShapesCollection) As Boolean

Parameters

selection
SelectedShapesCollection

The current selection whose focus will be updated.

Returns

True if navigation occurred, false otherwise.

Applies to