NodeShape.NavigateAcrossLinks(SelectedShapesCollection, Boolean) Method

Definition

Selects shapes that are connected to this shape.

public:
 void NavigateAcrossLinks(Microsoft::VisualStudio::Modeling::Diagrams::SelectedShapesCollection ^ selection, bool focusOnly);
public void NavigateAcrossLinks (Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection selection, bool focusOnly);
member this.NavigateAcrossLinks : Microsoft.VisualStudio.Modeling.Diagrams.SelectedShapesCollection * bool -> unit
Public Sub NavigateAcrossLinks (selection As SelectedShapesCollection, focusOnly As Boolean)

Parameters

selection
SelectedShapesCollection

The selection to update.

focusOnly
Boolean

Indicates whether to set focus only.

Applies to