DropHandlerBase.EditorOperations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IEditorOperations used to handle tasks such as text insertion.
protected:
property Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ EditorOperations { Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ get(); };
protected:
property Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ EditorOperations { Microsoft::VisualStudio::Text::Operations::IEditorOperations ^ get(); };
protected Microsoft.VisualStudio.Text.Operations.IEditorOperations EditorOperations { get; }
member this.EditorOperations : Microsoft.VisualStudio.Text.Operations.IEditorOperations
Protected ReadOnly Property EditorOperations As IEditorOperations
Property Value
The IEditorOperations used to handle tasks such as text insertion.