VirtualSnapshotPoint Constructor

 

Initializes a new instance of a VirtualSnapshotPoint.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

NameDescription
System_CAPS_pubmethodVirtualSnapshotPoint(ITextSnapshot^, Int32)

Initializes a new instance of a VirtualSnapshotPoint at the specified position in the specified snapshot, with zero virtual spaces.

System_CAPS_pubmethodVirtualSnapshotPoint(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.

System_CAPS_pubmethodVirtualSnapshotPoint(SnapshotPoint)

Initializes a new instance of a VirtualSnapshotPoint at the specified position, with zero virtual spaces.

System_CAPS_pubmethodVirtualSnapshotPoint(SnapshotPoint, Int32)

Initializes a new instance of a VirtualSnapshotPoint at the specified position, with the specified number of virtual spaces.

Return to top
Show: