ITrackingPoint::GetCharacter Method (ITextSnapshot^)
Visual Studio 2015
Maps this tracking point to the specified snapshot and gets the character at that position.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- snapshot
-
Type:
Microsoft.VisualStudio.Text::ITextSnapshot^
The snapshot to which to map the position.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The tracking point is at the end position of the snapshot. |
Show: