ITextVersion::CreateTrackingPoint Method (Int32, PointTrackingMode)
Visual Studio 2015
Creates a ITrackingPoint in this version.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- position
-
Type:
System::Int32
The position of the point.
- trackingMode
-
Type:
Microsoft.VisualStudio.Text::PointTrackingMode
The tracking mode of the point.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | position is less than zero or greater than the length of this version. |
Show: