VsFinderClass Class

 

Finds a text image.

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsFinderClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("9F842E53-E27B-426F-AE69-8F075770C6F3")]
public class VsFinderClass : IVsFinder, VsFinder

NameDescription
System_CAPS_pubmethodVsFinderClass()

Creates a new instance of the class.

NameDescription
System_CAPS_pubmethodAttachTextImage(Object)

Attaches a text image.

System_CAPS_pubmethodDetach()

Detaches a text image.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFind(UInt32, TextSpan[], UInt32)

Finds a text image within a text span.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetMatch(TextSpan[])

Gets a text span match.

System_CAPS_pubmethodGetMatchedSpans(IVsTextSpanSet)

Gets matched text spans.

System_CAPS_pubmethodGetState(Int32, UInt32, UInt32)

Gets state.

System_CAPS_pubmethodGetTaggedSpans(IVsTextSpanSet)

Returns tagged text spans.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInit(UInt32, String, Int32, UInt32)

Sets the find string.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSetPosition(UInt32, TextAddress)

Sets search position.

System_CAPS_pubmethodSetScope(IVsTextSpanSet)

Restricts search to the span set.

System_CAPS_pubmethodToString()

(Inherited from Object.)

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: