ElisionSourceSpansChangedEventArgs.ExpandedSpans Property

Definition

The set of source spans that were deleted from the IProjectionBuffer by this edit transaction.

public:
 property Microsoft::VisualStudio::Text::NormalizedSpanCollection ^ ExpandedSpans { Microsoft::VisualStudio::Text::NormalizedSpanCollection ^ get(); };
public Microsoft.VisualStudio.Text.NormalizedSpanCollection ExpandedSpans { get; }
member this.ExpandedSpans : Microsoft.VisualStudio.Text.NormalizedSpanCollection
Public ReadOnly Property ExpandedSpans As NormalizedSpanCollection

Property Value

The set of source spans that were deleted from the IProjectionBuffer by this edit transaction.

Applies to