ITokenizedStringList::GetSpanInOriginal Method (Span)

 

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)

Span GetSpanInOriginal(
	Span span
)

Parameters

span
Type: Microsoft.VisualStudio.Text::Span

The span of elements in the elements list.

Return Value

Type: Microsoft.VisualStudio.Text::Span

The span mapped onto the original list.

Return to top
Show: