Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.