DropHandlerBase.InsertText Method

Inserts textual data at the given position.

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

Syntax

protected virtual bool InsertText(
    VirtualSnapshotPoint position,
    string data
)

Parameters

Return Value

Type: System.Boolean
false if the operation was canceled, otherwise true.

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace