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)

public:
property SnapshotSpan ChangeSpan {
	SnapshotSpan get();
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The change span.

Return to top
Show: