IVsObjectSearch Interface

Definition

Performs a search for a specified object. The environment implements the interface. You can get an instance of the interface from the SVsObjectSearch (SID_SVsObjectSearch) service.

public interface class IVsObjectSearch
public interface class IVsObjectSearch
__interface IVsObjectSearch
[System.Runtime.InteropServices.Guid("44A39218-81BD-4669-9DE0-F282A8BAEE34")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsObjectSearch
[System.Runtime.InteropServices.Guid("44A39218-81BD-4669-9DE0-F282A8BAEE34")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsObjectSearch
[<System.Runtime.InteropServices.Guid("44A39218-81BD-4669-9DE0-F282A8BAEE34")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsObjectSearch = interface
[<System.Runtime.InteropServices.Guid("44A39218-81BD-4669-9DE0-F282A8BAEE34")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsObjectSearch = interface
Public Interface IVsObjectSearch
Attributes

Remarks

The IVsFindSymbol interface, which takes account of user options, replaces this interface.

Methods

Find(UInt32, VSOBSEARCHCRITERIA[], IVsObjectList)

Searches for an object.

Applies to