SnapshotPointEventArgs(SnapshotPoint) 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 SnapshotPointEventArgs with the specified SnapshotPoint.
public SnapshotPointEventArgs (Microsoft.VisualStudio.Text.SnapshotPoint point);
new Microsoft.VisualStudio.Text.SnapshotPointEventArgs : Microsoft.VisualStudio.Text.SnapshotPoint -> Microsoft.VisualStudio.Text.SnapshotPointEventArgs
Public Sub New (point As SnapshotPoint)
Parameters
- point
- SnapshotPoint
The SnapshotPoint.