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 with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.