查找一个文本图像。
命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
语法
声明
<GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")> _
Public Interface VsFinder _
Inherits IVsFinder
[GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface VsFinder : IVsFinder
[GuidAttribute(L"D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface class VsFinder : IVsFinder
[<GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")>]
type VsFinder =
interface
interface IVsFinder
end
public interface VsFinder extends IVsFinder
VsFinder 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
AttachTextImage | 附加文本图像。 (继承自 IVsFinder。) |
![]() |
Detach | 分离文本图像。 (继承自 IVsFinder。) |
![]() |
Find | 查找在文本范围内的文本图像。 (继承自 IVsFinder。) |
![]() |
GetMatch | 获取 textspan 匹配。 (继承自 IVsFinder。) |
![]() |
GetMatchedSpans | 获取匹配 textspans。 (继承自 IVsFinder。) |
![]() |
GetState | 获取状态。 (继承自 IVsFinder。) |
![]() |
GetTaggedSpans | returns 标记 textspans。 (继承自 IVsFinder。) |
![]() |
Init | 将查找字符串。 (继承自 IVsFinder。) |
![]() |
SetPosition | 设置搜索位置 (继承自 IVsFinder。) |
![]() |
SetScope | 设置的大小限制搜索。 (继承自 IVsFinder。) |
页首