VsFinder 接口

查找一个文本图像。

命名空间:  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。)

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间