DropHandlerBase::DeleteSpans Method (IList<ITrackingSpan^>^)

 

Deletes the specified spans from the buffer.

Namespace:   Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

protected:
bool DeleteSpans(
	IList<ITrackingSpan^>^ spans
)

Parameters

spans
Type: System.Collections.Generic::IList<ITrackingSpan^>^

The list of ITrackingSpan objects.

Return Value

Type: System::Boolean

false if the deletion was canceled otherwise true.

Return to top
Show: