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 命名空间