Compartir a través de


IEditorOperations.CopySelection (Método)

Copia el texto seleccionado en el Portapapeles.

Espacio de nombres:  Microsoft.VisualStudio.Text.Operations
Ensamblado:  Microsoft.VisualStudio.Text.UI (en Microsoft.VisualStudio.Text.UI.dll)

Sintaxis

'Declaración
Function CopySelection As Boolean
bool CopySelection()
bool CopySelection()
abstract CopySelection : unit -> bool
function CopySelection() : boolean

Valor devuelto

Tipo: Boolean
true si la operación del Portapapeles se realizó correctamente; de lo contrario, false.

Excepciones

Excepción Condición
InsufficientMemoryException

No hay memoria suficiente para completar la operación.

Seguridad de .NET Framework

Vea también

Referencia

IEditorOperations Interfaz

Microsoft.VisualStudio.Text.Operations (Espacio de nombres)