DropHandlerBase.SelectText Yöntem

Tanım

Bu yöntem bırakma işleminin sonundaki metni seçer.

protected:
 virtual void SelectText(Microsoft::VisualStudio::Text::SnapshotPoint insertionPoint, int dataLength, Microsoft::VisualStudio::Text::Editor::DragDrop::DragDropInfo ^ dragDropInfo, bool reverse);
protected virtual void SelectText (Microsoft.VisualStudio.Text.SnapshotPoint insertionPoint, int dataLength, Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo dragDropInfo, bool reverse);
abstract member SelectText : Microsoft.VisualStudio.Text.SnapshotPoint * int * Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo * bool -> unit
override this.SelectText : Microsoft.VisualStudio.Text.SnapshotPoint * int * Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo * bool -> unit
Protected Overridable Sub SelectText (insertionPoint As SnapshotPoint, dataLength As Integer, dragDropInfo As DragDropInfo, reverse As Boolean)

Parametreler

insertionPoint
SnapshotPoint

Verilerin eklendiği konum.

dataLength
Int32

Arabelleğe yerleştirilen verilerin uzunluğu.

dragDropInfo
DragDropInfo

DragDropInfoBırakma hakkında bilgi içeren sınıf.

reverse
Boolean

Kutudan önceki mevcut seçim ters çevrilirse doğru.

Açıklamalar

Bu yöntem yalnızca veri bırakma DragDropEffects DragDropEffects. None dışında bir durumla sonuçlanacaksa çağrılır.

Şunlara uygulanır