Partager via


DropHandlerBase.SelectText, méthode

Sélectionne le texte à la fin de l'opération de déplacement.

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 Overridable Sub SelectText ( _
    insertionPoint As SnapshotPoint, _
    dataLength As Integer, _
    dragDropInfo As DragDropInfo, _
    reverse As Boolean _
)
protected virtual void SelectText(
    SnapshotPoint insertionPoint,
    int dataLength,
    DragDropInfo dragDropInfo,
    bool reverse
)
protected:
virtual void SelectText(
    SnapshotPoint insertionPoint, 
    int dataLength, 
    DragDropInfo^ dragDropInfo, 
    bool reverse
)
abstract SelectText : 
        insertionPoint:SnapshotPoint * 
        dataLength:int * 
        dragDropInfo:DragDropInfo * 
        reverse:bool -> unit  
override SelectText : 
        insertionPoint:SnapshotPoint * 
        dataLength:int * 
        dragDropInfo:DragDropInfo * 
        reverse:bool -> unit
protected function SelectText(
    insertionPoint : SnapshotPoint, 
    dataLength : int, 
    dragDropInfo : DragDropInfo, 
    reverse : boolean
)

Paramètres

  • dataLength
    Type : Int32

    Longueur des données insérées dans la mémoire tampon.

  • reverse
    Type : Boolean

    true si la sélection existante avant le déplacement était inversée.

Notes

Cette méthode sera seulement appelée si le déplacement de données a provoqué DragDropEffects autre qu'None.

Sécurité .NET Framework

Voir aussi

Référence

DropHandlerBase Classe

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