VsFinder Interface

Definition

Finds a text image.

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")]
[System.Runtime.InteropServices.ComVisible(false)]
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
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsFinderClass))>]
[<System.Runtime.InteropServices.Guid("D0C79C30-C06A-11D2-936C-D714766E8B50")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsFinder = interface
    interface IVsFinder
Public Interface VsFinder
Implements IVsFinder
Derived
Attributes
Implements

Methods

AttachTextImage(Object)

Attaches a text image.

(Inherited from IVsFinder)
Detach()

Detaches a text image.

(Inherited from IVsFinder)
Find(UInt32, TextSpan[], UInt32)

Finds a text image within a text span.

(Inherited from IVsFinder)
GetMatch(TextSpan[])

Gets a textspan match.

(Inherited from IVsFinder)
GetMatchedSpans(IVsTextSpanSet)

Gets matched textspans.

(Inherited from IVsFinder)
GetState(Int32, UInt32, UInt32)

Gets state.

(Inherited from IVsFinder)
GetTaggedSpans(IVsTextSpanSet)

Returns tagged textspans.

(Inherited from IVsFinder)
Init(UInt32, String, Int32, UInt32)

Sets the find string.

(Inherited from IVsFinder)
SetPosition(UInt32, TextAddress)

Sets search positions

(Inherited from IVsFinder)
SetScope(IVsTextSpanSet)

Restricts search to the span set.

(Inherited from IVsFinder)

Applies to