Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
If there is a selection, deletes all the lines touched by the selection, including line break characters, and copies the text to the clipboard. Otherwise, deletes the line the caret is on, including the line break characters, and copies the text to the clipboard.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaración
Function CutFullLine As Boolean
bool CutFullLine()
bool CutFullLine()
abstract CutFullLine : unit -> bool
function CutFullLine() : boolean
Return Value
Type: System.Boolean
true if the edit and the clipboard operation both succeeded, otherwise false.
Exceptions
| Exception | Condition |
|---|---|
| InsufficientMemoryException | There is not sufficient memory to complete the operation. |
.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.