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
insertionPoint
Type : Microsoft.VisualStudio.Text.SnapshotPointPosition à laquelle la donnée a été insérée.
dataLength
Type : Int32Longueur des données insérées dans la mémoire tampon.
dragDropInfo
Type : Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfoClasse DragDropInfo contenant des informations concernant le déplacement.
reverse
Type : Booleantrue 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.