VsFinder Interface

 

Finds a text image.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("D0C79C30-C06A-11D2-936C-D714766E8B50")]
public interface VsFinder : IVsFinder

NameDescription
System_CAPS_pubmethodAttachTextImage(Object)

Attaches a text image.(Inherited from IVsFinder.)

System_CAPS_pubmethodDetach()

Detaches a text image.(Inherited from IVsFinder.)

System_CAPS_pubmethodFind(UInt32, TextSpan[], UInt32)

Finds a text image within a text span.(Inherited from IVsFinder.)

System_CAPS_pubmethodGetMatch(TextSpan[])

Gets a textspan match.(Inherited from IVsFinder.)

System_CAPS_pubmethodGetMatchedSpans(IVsTextSpanSet)

Gets matched textspans.(Inherited from IVsFinder.)

System_CAPS_pubmethodGetState(Int32, UInt32, UInt32)

Gets state.(Inherited from IVsFinder.)

System_CAPS_pubmethodGetTaggedSpans(IVsTextSpanSet)

Returns tagged textspans.(Inherited from IVsFinder.)

System_CAPS_pubmethodInit(UInt32, String, Int32, UInt32)

Sets the find string.(Inherited from IVsFinder.)

System_CAPS_pubmethodSetPosition(UInt32, TextAddress)

Sets search positions(Inherited from IVsFinder.)

System_CAPS_pubmethodSetScope(IVsTextSpanSet)

Restricts search to the span set.(Inherited from IVsFinder.)

Return to top
Show: