IPersistentSpan Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodTryGetEndLineIndex(Int32, Int32)

Get the ending point of the span as a line number and offset from the start of the line./// </summary>/// <param name="endLine"> </param>/// <param name="endIndex"> </param>/// <returns> </returns>/// <remarks>/// <para> </para>/// </remarks>

System_CAPS_pubmethodTryGetSpan(Span)

Get the span as a character offset from the start of the buffer./// </summary>/// <param name="span"> </param>/// <returns> </returns>/// <remarks>/// <para> </para>/// </remarks>

System_CAPS_pubmethodTryGetStartLineIndex(Int32, Int32)

Gets the starting point of the span as a line number and offset from the start of the line./// </summary>/// <para> </para>/// </remarks>

Return to top
Show: