SnapshotPoint Constructor (ITextSnapshot^, Int32)
Visual Studio 2015
Initializes a new instance of a SnapshotPoint with respect to a particular snapshot and position.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- snapshot
-
Type:
Microsoft.VisualStudio.Text::ITextSnapshot^
The ITextSnapshot.
- position
-
Type:
System::Int32
The position of the point.
Show: