ProjectionSourceSpansChangedEventArgs.InsertedSpans Property

Definition

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITrackingSpan ^> ^ InsertedSpans { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITrackingSpan ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITrackingSpan> InsertedSpans { get; }
member this.InsertedSpans : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITrackingSpan>
Public ReadOnly Property InsertedSpans As ReadOnlyCollection(Of ITrackingSpan)

Property Value

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

Applies to