IVsFindManager 接口

定义

表示 Visual Studio shell 查找操作的 helper 函数。

public interface class IVsFindManager
public interface class IVsFindManager
__interface IVsFindManager
[System.Runtime.InteropServices.Guid("53BE8AC6-1975-4240-8F60-367665A7E525")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFindManager
[<System.Runtime.InteropServices.Guid("53BE8AC6-1975-4240-8F60-367665A7E525")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFindManager = interface
Public Interface IVsFindManager
属性

方法

CurrentTarget(IVsFindTarget)

通过查看不同的窗体和文档,获取当前查找目标(如果可用)。

适用于