VsTextSpanSetClass Class
Utility for text string matching. See IVsTextSpanSet.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsTextSpanSetClass() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | Add(Int32, TextSpan[]) | Method information not provided. Do not use. |
![]() | AddFromEnum(IVsEnumTextSpans) | Method information not provided. Do not use. |
![]() | AttachTextImage(Object) | Passes a text image to the environment. |
![]() | Detach() | Releases a text image. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetAt(Int32, TextSpan[]) | Returns a requested text span. |
![]() | GetCount(Int32) | Returns the number of text spans. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RemoveAll() | Method information not provided. Do not use. |
![]() | ResumeTracking() | Method information not provided. Do not use. |
![]() | Sort(UInt32) | Method information not provided. Do not use. |
![]() | SuspendTracking() | Method information not provided. Do not use. |
![]() | 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.

