IPersistentSpanFactory Methods

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubmethodCanCreate(ITextBuffer^)

Determines whether an IPersistentSpan can be created on the specified buffer.

System_CAPS_pubmethodCreate(ITextSnapshot^, Int32, Int32, Int32, Int32, SpanTrackingMode)

Creates an IPersistentSpan for a snapshot span on a document that is currently open.

System_CAPS_pubmethodCreate(SnapshotSpan, SpanTrackingMode)

Creates an IPersistentSpan for a snapshot span on a document that is currently open.

System_CAPS_pubmethodCreate(String^, Int32, Int32, Int32, Int32, SpanTrackingMode)

Creates an IPersistentSpan for a snapshot span on a document that is currently open.

System_CAPS_pubmethodCreate(String^, Span, SpanTrackingMode)

Creates an IPersistentSpan for a snapshot span on a document that is currently open.

Return to top
Show: