共用方式為


RegionsChangedEventArgs.AffectedSpan Property

Definition

Gets the SnapshotSpan over which collapsible spans have changed.

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

Property Value

The SnapshotSpan over which collapsible spans have changed.

Applies to