Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Deletes the line the caret is on, up to the line break character and the selection, if present.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Déclaration
Function DeleteToEndOfLine As Boolean
bool DeleteToEndOfLine()
bool DeleteToEndOfLine()
abstract DeleteToEndOfLine : unit -> bool
function DeleteToEndOfLine() : boolean
Return Value
Type: System.Boolean
true if the operation succeeded, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.