VsFinderClass Class
Finds a text image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsFinderClass() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | AttachTextImage(Object) | Attaches a text image. |
![]() | Detach() | Detaches a text image. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | Find(UInt32, TextSpan[], UInt32) | Finds a text image within a text span. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetMatch(TextSpan[]) | Gets a text span match. |
![]() | GetMatchedSpans(IVsTextSpanSet) | Gets matched text spans. |
![]() | GetState(Int32, UInt32, UInt32) | Gets state. |
![]() | GetTaggedSpans(IVsTextSpanSet) | Returns tagged text spans. |
![]() | GetType() | (Inherited from Object.) |
![]() | Init(UInt32, String, Int32, UInt32) | Sets the find string. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetPosition(UInt32, TextAddress) | Sets search position. |
![]() | SetScope(IVsTextSpanSet) | Restricts search to the span set. |
![]() | ToString() | (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.

