IVsObjectSearch 接口

定义

对指定的对象执行搜索。 环境实现接口。 可以从 SVsObjectSearch (SID_SVsObjectSearch) 服务获取接口的实例。

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(1)>]
type IVsObjectSearch = interface
Public Interface IVsObjectSearch
属性

注解

IVsFindSymbol使用用户选项帐户的接口将替换此接口。

方法

Find(UInt32, VSOBSEARCHCRITERIA[], IVsObjectList)

搜索对象。

适用于