다음을 통해 공유


DropHandlerBase.SelectText 메서드

텍스트의 끝을 선택합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor.DragDrop
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
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
)

매개 변수

  • dataLength
    형식: Int32

    버퍼에 삽입된 데이터의 길이입니다.

  • reverse
    형식: Boolean

    true삭제 하기 전에 기존 선택 취소 된 경우.

설명

드롭 데이터에서 발생 하는 경우에이 메서드를 호출할 수 있습니다는 DragDropEffects 이외의 다른 None.

.NET Framework 보안

참고 항목

참조

DropHandlerBase 클래스

Microsoft.VisualStudio.Text.Editor.DragDrop 네임스페이스