Compartilhar via


Propriedade DropHandlerBase.EditorOperations

Obtém o IEditorOperations usadas para manipular tarefas como, por exemplo, a inserção de texto.

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

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Operations.IEditorOperations
O IEditorOperations usadas para manipular tarefas como, por exemplo, a inserção de texto.

Segurança do .NET Framework

Consulte também

Referência

DropHandlerBase Classe

Namespace Microsoft.VisualStudio.Text.Editor.DragDrop