IVsClassView Interface
Visual Studio 2015
Allows navigation to an object in Class View.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | NavigateTo(VSOBJECTINFO[], UInt32) | Asks the environment to navigate to a given object in Class View. |
Use the SVsClassView service to obtain a pointer to this interface. For more information on using services, see Services in the Environment.
Notes to Callers:
Language implementers should call the method in this interface when they to implement the Synchronize Class View command from an editor.
Show:
