VsTextSpanSet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility for text string matching. See IVsTextSpanSet.
public interface class VsTextSpanSet : Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet
public interface class VsTextSpanSet : Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet
__interface VsTextSpanSet : Microsoft::VisualStudio::TextManager::Interop::IVsTextSpanSet
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextSpanSetClass))]
[System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
public interface VsTextSpanSet : Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextSpanSetClass))]
[System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsTextSpanSet : Microsoft.VisualStudio.TextManager.Interop.IVsTextSpanSet
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextSpanSetClass))>]
[<System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
type VsTextSpanSet = interface
interface IVsTextSpanSet
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextSpanSetClass))>]
[<System.Runtime.InteropServices.Guid("E6BBDFD0-C06A-11D2-936C-D714766E8B50")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsTextSpanSet = interface
interface IVsTextSpanSet
Public Interface VsTextSpanSet
Implements IVsTextSpanSet
- Derived
- Attributes
- Implements
Methods
Add(Int32, TextSpan[]) |
Do not use this method. (Inherited from IVsTextSpanSet) |
AddFromEnum(IVsEnumTextSpans) |
Do not use this method. (Inherited from IVsTextSpanSet) |
AttachTextImage(Object) |
Passes a text image to the environment. (Inherited from IVsTextSpanSet) |
Detach() |
Release a text image. (Inherited from IVsTextSpanSet) |
GetAt(Int32, TextSpan[]) |
Returns a requested text span. (Inherited from IVsTextSpanSet) |
GetCount(Int32) |
Returns the number of text spans (Inherited from IVsTextSpanSet) |
RemoveAll() |
Do not use this method. (Inherited from IVsTextSpanSet) |
ResumeTracking() |
Do not use this method. (Inherited from IVsTextSpanSet) |
Sort(UInt32) |
Do not use this method. (Inherited from IVsTextSpanSet) |
SuspendTracking() |
Do not use this method. (Inherited from IVsTextSpanSet) |