ITrackingPoint::GetPosition Method (ITextVersion^)
Visual Studio 2015
Gets the position of the tracking point in the specified ITextVersion.
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 position.
| Exception | Condition |
|---|---|
| ArgumentNullException | version is null. |
| ArgumentException | version is not a version of TextBuffer. |
Show: