IEditorOperations.TransposeLine Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transposes the line containing the cursor with the next line. Transposes the last two lines when the cursor at the last line.
public:
bool TransposeLine();
public:
bool TransposeLine();
bool TransposeLine();
public bool TransposeLine ();
abstract member TransposeLine : unit -> bool
Public Function TransposeLine () As Boolean
Returns
true
if the edit succeeded, otherwise false
.
Remarks
If the cursor at the last line, this method transposes the last two lines.