ElisionSourceSpansChangedEventArgs.ElidedSpans Property

Definition

The set of source spans that were inserted into the IProjectionBuffer by this edit transaction.

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

Property Value

The set of source spans that were inserted into the IProjectionBuffer by this edit transaction.

Applies to