ITrackingPoint::GetPoint Method (ITextSnapshot^)
Visual Studio 2015
Maps the tracking point to a particular snapshot of its ITextBuffer.
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 tracking point.
| Exception | Condition |
|---|---|
| ArgumentNullException | snapshot is null. |
| ArgumentException | snapshot is not a snapshot of ITextBuffer. |
Show: