ITokenizedStringList.GetSpanInOriginal Method
Maps a span of elements in this list to the span in the original list.
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Function GetSpanInOriginal ( _
span As Span _
) As Span
Span GetSpanInOriginal(
Span span
)
Span GetSpanInOriginal(
Span span
)
abstract GetSpanInOriginal :
span:Span -> Span
function GetSpanInOriginal(
span : Span
) : Span
Parameters
span
Type: Microsoft.VisualStudio.Text.SpanThe span of elements in the elements list.
Return Value
Type: Microsoft.VisualStudio.Text.Span
The span mapped onto the original list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.