Freigeben über


IEditorOperations.InsertNewLine-Methode

Fügt an der aktuellen Position der Einfügemarke eine neue Zeile ein.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Function InsertNewLine As Boolean
bool InsertNewLine()
bool InsertNewLine()
abstract InsertNewLine : unit -> bool
function InsertNewLine() : boolean

Rückgabewert

Typ: Boolean
true , wenn das Bearbeiten erfolgreich war, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

IEditorOperations Schnittstelle

Microsoft.VisualStudio.Text.Operations-Namespace