RegionsChangedEventArgs::AffectedSpan Property
Visual Studio 2015
Gets the SnapshotSpan over which collapsible spans have changed.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: property SnapshotSpan AffectedSpan { [CompilerGeneratedAttribute] SnapshotSpan get(); [CompilerGeneratedAttribute] private: void set(SnapshotSpan value); }
Property Value
Type: Microsoft.VisualStudio.Text::SnapshotSpanThe SnapshotSpan over which collapsible spans have changed.
Show: