VirtualSnapshotPoint Constructor
Visual Studio 2015
Initializes a new instance of a VirtualSnapshotPoint.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | VirtualSnapshotPoint(ITextSnapshot^, Int32) | Initializes a new instance of a VirtualSnapshotPoint at the specified position in the specified snapshot, with zero virtual spaces. |
![]() | VirtualSnapshotPoint(ITextSnapshotLine^, Int32) | Initializes a new instance of a VirtualSnapshotPoint at the specified offset of the specified line, placing the point in virtual space if necessary. |
![]() | VirtualSnapshotPoint(SnapshotPoint) | Initializes a new instance of a VirtualSnapshotPoint at the specified position, with zero virtual spaces. |
![]() | VirtualSnapshotPoint(SnapshotPoint, Int32) | Initializes a new instance of a VirtualSnapshotPoint at the specified position, with the specified number of virtual spaces. |
Show:
