ProjectionSourceSpansChangedEventArgs.DeletedSpans Property

Definition

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

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

Property Value

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

Applies to