IGraphNavigateToItem.NavigateTo Method

Navigates to the item represented by the Graphobject.

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

Syntax

'Declaration
Sub NavigateTo ( _
    graphObject As GraphObject _
)
void NavigateTo(
    GraphObject graphObject
)
void NavigateTo(
    GraphObject^ graphObject
)
abstract NavigateTo : 
        graphObject:GraphObject -> unit
function NavigateTo(
    graphObject : GraphObject
)

Parameters

.NET Framework Security

See Also

Reference

IGraphNavigateToItem Interface

Microsoft.VisualStudio.GraphModel Namespace