ClassificationChangedEventArgs.ChangeSpan Property

Gets the span of the classification that changed.

Namespace:  Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public ReadOnly Property ChangeSpan As SnapshotSpan
public SnapshotSpan ChangeSpan { get; }
public:
property SnapshotSpan ChangeSpan {
    SnapshotSpan get ();
}
member ChangeSpan : SnapshotSpan
function get ChangeSpan () : SnapshotSpan

Property Value

Type: Microsoft.VisualStudio.Text.SnapshotSpan
The change span.

.NET Framework Security

See Also

Reference

ClassificationChangedEventArgs Class

Microsoft.VisualStudio.Text.Classification Namespace