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
)
매개 변수
insertionPoint
형식: Microsoft.VisualStudio.Text.SnapshotPoint에 데이터를 삽입 된 위치입니다.
dataLength
형식: Int32버퍼에 삽입된 데이터의 길이입니다.
dragDropInfo
형식: Microsoft.VisualStudio.Text.Editor.DragDrop.DragDropInfo놓기에 대한 정보를 포함하고 있는 DragDropInfo 클래스입니다.
reverse
형식: Booleantrue삭제 하기 전에 기존 선택 취소 된 경우.
설명
드롭 데이터에서 발생 하는 경우에이 메서드를 호출할 수 있습니다는 DragDropEffects 이외의 다른 None.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.