IEditorOperations::CutSelection Method ()

 

Cuts the selected text.

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

bool CutSelection()

Return Value

Type: System::Boolean

true if the edit and the clipboard operation both succeeded, otherwise false.

Exception Condition
InsufficientMemoryException

There is not sufficient memory to complete the operation.

Return to top
Show: