IEditorOperations2::MoveSelectedLinesDown Method ()
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Return Value
Type: System::Booleantrue if the edit succeeded or no change was needed, otherwise false.
Show: