Compartir a través de


IVsCompoundAction.CloseCompoundAction (Método)

Cierra una acción compuesto y establece el extremo de un conjunto de acciones para ser agrupados en una sola unidad de deshacer y rehacer.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function CloseCompoundAction As Integer
int CloseCompoundAction()
int CloseCompoundAction()
abstract CloseCompoundAction : unit -> int
function CloseCompoundAction() : int

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsCompoundAction::CloseCompoundAction();

Seguridad de .NET Framework

Vea también

Referencia

IVsCompoundAction Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)