NodeShape.NavigateAcrossLinks(SelectedShapesCollection, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.