ProjectionSourceSpansChangedEventArgs.DeletedSpans 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 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.