IVsNavigationTool Interface
Visual Studio 2015
Replaces IVsClassView and IVsObjectBrowser.to manipulate the Class View and Object Browser.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetSelectedSymbols(IVsSelectedSymbols) | Get the symbols selected in the object or class browser. |
![]() | NavigateToNavInfo(IVsNavInfo) | Tells the class or object browser to navigate to a particular item. |
![]() | NavigateToSymbol(Guid, SYMBOL_DESCRIPTION_NODE[], UInt32) | Tells the class or object browser to navigate to items in a library. |
To use this interface with the Class View, get an instance from the SVsClassView (SID_SVsClassView) service. To use this interface with the Object Browser, get an instance from the SVsObjBrowser (SID_SVsObjBrowser) service.
Show:
