NodeShape.NavigateAcrossLinks Method

Selects the shapes or sets the focus on the shapes that are connected to this shape.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public Sub NavigateAcrossLinks ( _
    selection As SelectedShapesCollection, _
    focusOnly As Boolean _
)
'Usage
Dim instance As NodeShape 
Dim selection As SelectedShapesCollection 
Dim focusOnly As Boolean

instance.NavigateAcrossLinks(selection, _
    focusOnly)
public void NavigateAcrossLinks(
    SelectedShapesCollection selection,
    bool focusOnly
)
public:
void NavigateAcrossLinks(
    SelectedShapesCollection^ selection, 
    bool focusOnly
)
public function NavigateAcrossLinks(
    selection : SelectedShapesCollection, 
    focusOnly : boolean
)

Parameters

  • focusOnly
    Type: System.Boolean

    true to set the focus on the connected shapes; false to select the shapes that are connected to this shape.

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace