Freigeben über


IEditorOperations.Backspace-Methode

Löscht ein Zeichen links von der aktuellen Einfügemarke.

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

Syntax

'Declaration
Function Backspace As Boolean
bool Backspace()
bool Backspace()
abstract Backspace : unit -> bool
function Backspace() : 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