IGraphNavigateToItem.NavigateTo(GraphObject) 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.
Navigates to the item represented by the Graphobject.
public:
void NavigateTo(Microsoft::VisualStudio::GraphModel::GraphObject ^ graphObject);
public void NavigateTo (Microsoft.VisualStudio.GraphModel.GraphObject graphObject);
abstract member NavigateTo : Microsoft.VisualStudio.GraphModel.GraphObject -> unit
Public Sub NavigateTo (graphObject As GraphObject)
Parameters
- graphObject
- GraphObject
The graph object to navigate to.