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
Public method AttachTextImage Attaches a text image. (Inherited from IVsFinder.)
Public method Detach Detaches a text image. (Inherited from IVsFinder.)
Public method Find Finds a text image within a text span. (Inherited from IVsFinder.)
Public method GetMatch Gets a textspan match. (Inherited from IVsFinder.)
Public method GetMatchedSpans Gets matched textspans. (Inherited from IVsFinder.)
Public method GetState Gets state. (Inherited from IVsFinder.)
Public method GetTaggedSpans Returns tagged textspans. (Inherited from IVsFinder.)
Public method Init Sets the find string. (Inherited from IVsFinder.)
Public method SetPosition Sets search positions (Inherited from IVsFinder.)
Public method SetScope Restricts search to the span set. (Inherited from IVsFinder.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace