IPersistentSpan Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | TryGetEndLineIndex(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> |
![]() | TryGetSpan(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> |
![]() | TryGetStartLineIndex(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> |
Show:
