IVsObjBrowser Interface

Definition

Implemented by the environment. Used by VsPackages that want to manipulate Object Browser.

public interface class IVsObjBrowser
public interface class IVsObjBrowser
__interface IVsObjBrowser
[System.Runtime.InteropServices.Guid("0DF98187-FD9A-4669-8A56-727910A4866C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsObjBrowser
[System.Runtime.InteropServices.Guid("0DF98187-FD9A-4669-8A56-727910A4866C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsObjBrowser
[<System.Runtime.InteropServices.Guid("0DF98187-FD9A-4669-8A56-727910A4866C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsObjBrowser = interface
[<System.Runtime.InteropServices.Guid("0DF98187-FD9A-4669-8A56-727910A4866C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsObjBrowser = interface
Public Interface IVsObjBrowser
Attributes

Methods

NavigateTo(VSOBJECTINFO[], UInt32)

Navigates to object described by VSOBJECTINFO.

Applies to