DropHandlerBase Methods

 

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

NameDescription
System_CAPS_protmethodDeleteSpans(IList<ITrackingSpan^>^)

Deletes the specified spans from the buffer.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodExtractText(DragDropInfo^)

Extracts the text of the specified drag and drop info.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDragDropEffect(DragDropInfo^)

Gets the drag and drop effect that should be displayed to the user based on the state of the operation.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodHandleDataDropped(DragDropInfo^)

Indicates that the drag and drop operation has completed, and that the final tasks, if any, should be performed now.

System_CAPS_pubmethodHandleDragCanceled()

Indicates that a drag and drop operation has been canceled.

System_CAPS_pubmethodHandleDraggingOver(DragDropInfo^)

Indicates that the drag and drop operation is in progress.

System_CAPS_pubmethodHandleDragStarted(DragDropInfo^)

Indicates the start of a drag and drop operation.

System_CAPS_protmethodInsertText(VirtualSnapshotPoint, String^)

Inserts textual data at the given position.

System_CAPS_pubmethodIsDropEnabled(DragDropInfo^)

Determines whether the handler can accept data for a drag and drop operation.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodMoveText(VirtualSnapshotPoint, IList<ITrackingSpan^>^, String^)

Moves the data from one location to another in the buffer by deleting the selection contents and inserting the specified text at the specified position.

System_CAPS_protmethodPerformPostEditActions(DragDropInfo^, Boolean)

This method is called after the edits are made to the buffer to perform any necessary post edit actions.

System_CAPS_protmethodPerformPreEditActions(DragDropInfo^)

This method is called before edits are made to the buffer to perform any necessary pre edit actions.

System_CAPS_protmethodSelectText(SnapshotPoint, Int32, DragDropInfo^, Boolean)

Selects the text at the end of the drop operation.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: