VsFinder Interface
Finds a text image.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<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
The VsFinder type exposes the following members.
Methods
Name | Description | |
---|---|---|
AttachTextImage | Attaches a text image. (Inherited from IVsFinder.) | |
Detach | Detaches a text image. (Inherited from IVsFinder.) | |
Find | Finds a text image within a text span. (Inherited from IVsFinder.) | |
GetMatch | Gets a textspan match. (Inherited from IVsFinder.) | |
GetMatchedSpans | Gets matched textspans. (Inherited from IVsFinder.) | |
GetState | Gets state. (Inherited from IVsFinder.) | |
GetTaggedSpans | Returns tagged textspans. (Inherited from IVsFinder.) | |
Init | Sets the find string. (Inherited from IVsFinder.) | |
SetPosition | Sets search positions (Inherited from IVsFinder.) | |
SetScope | Restricts search to the span set. (Inherited from IVsFinder.) |
Top