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