다음을 통해 공유


IEditorOperations2.MoveSelectedLinesDown 메서드

Moves the selected lines below the line bordering the selection on the bottom. Moving down from the bottom of the file will return true, however no changes will be made. Collapsed regions being moved, and being moved over, will remain collapsed. Moves involving readonly regions will result in no changes being made.

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

구문

‘선언
Function MoveSelectedLinesDown As Boolean
bool MoveSelectedLinesDown()
bool MoveSelectedLinesDown()
abstract MoveSelectedLinesDown : unit -> bool
function MoveSelectedLinesDown() : boolean

반환 값

형식: Boolean
true if the edit succeeded or no change was needed, otherwise false.

.NET Framework 보안

참고 항목

참조

IEditorOperations2 인터페이스

Microsoft.VisualStudio.Text.Operations 네임스페이스