SnapshotPoint(ITextSnapshot, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of a SnapshotPoint with respect to a particular snapshot and position.
public:
SnapshotPoint(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, int position);
public:
SnapshotPoint(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, int position);
SnapshotPoint(Microsoft::VisualStudio::Text::ITextSnapshot const & snapshot, int position);
public SnapshotPoint (Microsoft.VisualStudio.Text.ITextSnapshot snapshot, int position);
new Microsoft.VisualStudio.Text.SnapshotPoint : Microsoft.VisualStudio.Text.ITextSnapshot * int -> Microsoft.VisualStudio.Text.SnapshotPoint
Public Sub New (snapshot As ITextSnapshot, position As Integer)
Parameters
- snapshot
- ITextSnapshot
- position
- Int32
The position of the point.