ElisionSourceSpansChangedEventArgs.ExpandedSpans 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.
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.