IVsObjectSearchPane Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for an object in a referenced library or assembly.
public interface class IVsObjectSearchPane
public interface class IVsObjectSearchPane
__interface IVsObjectSearchPane
[System.Runtime.InteropServices.Guid("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsObjectSearchPane
[System.Runtime.InteropServices.Guid("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsObjectSearchPane
[<System.Runtime.InteropServices.Guid("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsObjectSearchPane = interface
[<System.Runtime.InteropServices.Guid("BBA468E0-2D3D-450E-AF95-CCB9DE1162E8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsObjectSearchPane = interface
Public Interface IVsObjectSearchPane
- Attributes
Remarks
Serves as an interface for the ObjectSearchResults pane.
Methods
SetResultsList(IVsLibrary, IVsObjectList, UInt32, IVsObjectListOwner) |
Searches a library and may, depending on the options chosen, display the results in the Results pane. |