SnapshotSpanEventArgs(SnapshotSpan) Constructor

Definition

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

Applies to