IPersistentSpanFactory Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | CanCreate(ITextBuffer^) | Determines whether an IPersistentSpan can be created on the specified buffer. |
![]() | Create(ITextSnapshot^, Int32, Int32, Int32, Int32, SpanTrackingMode) | Creates an IPersistentSpan for a snapshot span on a document that is currently open. |
![]() | Create(SnapshotSpan, SpanTrackingMode) | Creates an IPersistentSpan for a snapshot span on a document that is currently open. |
![]() | Create(String^, Int32, Int32, Int32, Int32, SpanTrackingMode) | Creates an IPersistentSpan for a snapshot span on a document that is currently open. |
![]() | Create(String^, Span, SpanTrackingMode) | Creates an IPersistentSpan for a snapshot span on a document that is currently open. |
Show:
