VsFinder 接口

定义

查找文本图像。

public interface class VsFinder : Microsoft::VisualStudio::TextManager::Interop::IVsFinder
public interface class VsFinder : Microsoft::VisualStudio::TextManager::Interop::IVsFinder
__interface VsFinder : Microsoft::VisualStudio::TextManager::Interop::IVsFinder
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsFinderClass))]
[System.Runtime.InteropServices.Guid("D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface VsFinder : Microsoft.VisualStudio.TextManager.Interop.IVsFinder
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsFinderClass))>]
[<System.Runtime.InteropServices.Guid("D0C79C30-C06A-11D2-936C-D714766E8B50")>]
type VsFinder = interface
    interface IVsFinder
Public Interface VsFinder
Implements IVsFinder
派生
属性
实现

方法

AttachTextImage(Object)

附加文本图像。

(继承自 IVsFinder)
Detach()

分离文本图像。

(继承自 IVsFinder)
Find(UInt32, TextSpan[], UInt32)

在文本范围内查找文本图像。

(继承自 IVsFinder)
GetMatch(TextSpan[])

获取 textspan 匹配项。

(继承自 IVsFinder)
GetMatchedSpans(IVsTextSpanSet)

获取匹配的 textspans。

(继承自 IVsFinder)
GetState(Int32, UInt32, UInt32)

获取状态。

(继承自 IVsFinder)
GetTaggedSpans(IVsTextSpanSet)

返回标记的 textspans。

(继承自 IVsFinder)
Init(UInt32, String, Int32, UInt32)

设置查找字符串。

(继承自 IVsFinder)
SetPosition(UInt32, TextAddress)

设置搜索位置

(继承自 IVsFinder)
SetScope(IVsTextSpanSet)

将搜索限制为范围集。

(继承自 IVsFinder)

适用于