Partager via


IEditorOperations2.MoveSelectedLinesDown, méthode

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.

Espace de noms :  Microsoft.VisualStudio.Text.Operations
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
Function MoveSelectedLinesDown As Boolean
bool MoveSelectedLinesDown()
bool MoveSelectedLinesDown()
abstract MoveSelectedLinesDown : unit -> bool
function MoveSelectedLinesDown() : boolean

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

IEditorOperations2 Interface

Microsoft.VisualStudio.Text.Operations, espace de noms