IEditorOperations.OpenLineAbove 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.
Inserts a new line at the start of the line the caret is on.
public:
bool OpenLineAbove();
public:
bool OpenLineAbove();
bool OpenLineAbove();
public bool OpenLineAbove ();
abstract member OpenLineAbove : unit -> bool
Public Function OpenLineAbove () As Boolean
Returns
true
if the edit succeeded, otherwise false
.