ITokenizedStringList.GetSpanInOriginal(Span) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps a span of elements in this list to the span in the original list.
public:
Microsoft::VisualStudio::Text::Span GetSpanInOriginal(Microsoft::VisualStudio::Text::Span span);
public:
Microsoft::VisualStudio::Text::Span GetSpanInOriginal(Microsoft::VisualStudio::Text::Span span);
Microsoft::VisualStudio::Text::Span GetSpanInOriginal(Microsoft::VisualStudio::Text::Span span);
public Microsoft.VisualStudio.Text.Span GetSpanInOriginal (Microsoft.VisualStudio.Text.Span span);
abstract member GetSpanInOriginal : Microsoft.VisualStudio.Text.Span -> Microsoft.VisualStudio.Text.Span
Public Function GetSpanInOriginal (span As Span) As Span
Parameters
- span
- Span
The span of elements in the elements list.
Returns
The span mapped onto the original list.