IVsObjectSearch Interface

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.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("44A39218-81BD-4669-9DE0-F282A8BAEE34")> _
Public Interface IVsObjectSearch
[InterfaceTypeAttribute()]
[GuidAttribute("44A39218-81BD-4669-9DE0-F282A8BAEE34")]
public interface IVsObjectSearch
[InterfaceTypeAttribute()]
[GuidAttribute(L"44A39218-81BD-4669-9DE0-F282A8BAEE34")]
public interface class IVsObjectSearch
[<InterfaceTypeAttribute()>]
[<GuidAttribute("44A39218-81BD-4669-9DE0-F282A8BAEE34")>]
type IVsObjectSearch =  interface end
public interface IVsObjectSearch

The IVsObjectSearch type exposes the following members.

Methods

  Name Description
Public method Find Searches for an object.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace