Compartilhar via


Método IEditorOperations.DeleteToBeginningOfLine

Exclui a linha que está o cursor, até o caractere de quebra de linha anterior e a seleção, se presente.

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

Sintaxe

'Declaração
Function DeleteToBeginningOfLine As Boolean
bool DeleteToBeginningOfLine()
bool DeleteToBeginningOfLine()
abstract DeleteToBeginningOfLine : unit -> bool
function DeleteToBeginningOfLine() : boolean

Valor de retorno

Tipo: Boolean
true Se a edição foi bem-sucedida, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IEditorOperations Interface

Namespace Microsoft.VisualStudio.Text.Operations