Implemented by the environment. Used by VsPackages that want to manipulate Object Browser.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0DF98187-FD9A-4669-8A56-727910A4866C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsObjBrowser
[GuidAttribute("0DF98187-FD9A-4669-8A56-727910A4866C")]
[InterfaceTypeAttribute()]
public interface IVsObjBrowser
[GuidAttribute(L"0DF98187-FD9A-4669-8A56-727910A4866C")]
[InterfaceTypeAttribute()]
public interface class IVsObjBrowser
[<GuidAttribute("0DF98187-FD9A-4669-8A56-727910A4866C")>]
[<InterfaceTypeAttribute()>]
type IVsObjBrowser =  interface end
public interface IVsObjBrowser
The IVsObjBrowser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | NavigateTo | Navigates to object described by VSOBJECTINFO. | 
Top