Compartilhar via


Método IEditorOperations.DeleteToEndOfLine

Exclui a linha que está o cursor, até o caractere de quebra de linha 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 DeleteToEndOfLine As Boolean
bool DeleteToEndOfLine()
bool DeleteToEndOfLine()
abstract DeleteToEndOfLine : unit -> bool
function DeleteToEndOfLine() : boolean

Valor de retorno

Tipo: Boolean
true Se a operaçã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