Share via


DropHandlerBase.EditorOperations Property

Gets the IEditorOperations used to handle tasks such as text insertion.

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

Syntax

'Declaration
Protected ReadOnly Property EditorOperations As IEditorOperations
protected IEditorOperations EditorOperations { get; }
protected:
property IEditorOperations^ EditorOperations {
    IEditorOperations^ get ();
}
member EditorOperations : IEditorOperations
function get EditorOperations () : IEditorOperations

Property Value

Type: Microsoft.VisualStudio.Text.Operations.IEditorOperations
The IEditorOperations used to handle tasks such as text insertion.

.NET Framework Security

See Also

Reference

DropHandlerBase Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace