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)

protected:
property IEditorOperations^ EditorOperations {
	IEditorOperations^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::IEditorOperations^

The IEditorOperations used to handle tasks such as text insertion.

Return to top
Show: