IGraphNavigateToItem::NavigateTo Method (GraphObject^)

 

Navigates to the item represented by the Graphobject.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

void NavigateTo(
	GraphObject^ graphObject
)

Parameters

graphObject
Type: Microsoft.VisualStudio.GraphModel::GraphObject^

The graph object to navigate to.

Return to top
Show: