ClassificationChangedEventArgs.ChangeSpan Property

Definition

Gets the span of the classification that changed.

public:
 property Microsoft::VisualStudio::Text::SnapshotSpan ChangeSpan { Microsoft::VisualStudio::Text::SnapshotSpan get(); };
public Microsoft.VisualStudio.Text.SnapshotSpan ChangeSpan { get; }
member this.ChangeSpan : Microsoft.VisualStudio.Text.SnapshotSpan
Public ReadOnly Property ChangeSpan As SnapshotSpan

Property Value

The change span.

Applies to