ITrackingSpan::GetStartPoint Method (ITextSnapshot^)
Visual Studio 2015
Maps the start of the tracking span to the specified snapshot of its text buffer.
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 start point.
Return Value
Type: Microsoft.VisualStudio.Text::SnapshotPointA SnapshotPoint of the provided snapshot.
| Exception | Condition |
|---|---|
| ArgumentNullException | snapshot is null. |
| ArgumentException | snapshot is not a snapshot of TextBuffer. |
Show: