ClassificationChangedEventArgs.ChangeSpan Property
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.
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.