ITrackingSpan::GetSpan Method (ITextVersion^)
Visual Studio 2015
Maps the tracking span to the specified version of its text buffer.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- version
-
Type:
Microsoft.VisualStudio.Text::ITextVersion^
The version to which to map the tracking span.
| Exception | Condition |
|---|---|
| ArgumentNullException | version is null. |
| ArgumentException | version is not a version of TextBuffer. |
Show: