Partager via


DropHandlerBase.EditorOperations, propriété

Obtient IEditorOperations utilisé pour gérer des tâches telles que la mise en place de texte.

Espace de noms :  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Operations.IEditorOperations
IEditorOperations utilisé pour gérer des tâches telles que la mise en place de texte.

Sécurité .NET Framework

Voir aussi

Référence

DropHandlerBase Classe

Microsoft.VisualStudio.Text.Editor.DragDrop, espace de noms