Поделиться через


DropHandlerBase.EditorOperations - свойство

Возвращает IEditorOperations используется для обработки задач, как вставка текста.

Пространство имен:  Microsoft.VisualStudio.Text.Editor.DragDrop
Сборка:  Microsoft.VisualStudio.Text.UI.Wpf (в Microsoft.VisualStudio.Text.UI.Wpf.dll)

Синтаксис

'Декларация
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

Значение свойства

Тип: Microsoft.VisualStudio.Text.Operations.IEditorOperations
IEditorOperations используется для обработки задач, как вставка текста.

Безопасность платформы .NET Framework

См. также

Ссылки

DropHandlerBase Класс

Microsoft.VisualStudio.Text.Editor.DragDrop - пространство имен