Compartir a través de


IVsCommitGestureSink.OnCommitGesture (Método)

Se invoca cuando un cambio en el búfer se ha confirmado.

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

Sintaxis

'Declaración
Sub OnCommitGesture ( _
    dwGestureFlags As UInteger _
)
void OnCommitGesture(
    uint dwGestureFlags
)
void OnCommitGesture(
    [InAttribute] unsigned int dwGestureFlags
)
abstract OnCommitGesture : 
        dwGestureFlags:uint32 -> unit
function OnCommitGesture(
    dwGestureFlags : uint
)

Parámetros

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsCommitGestureSink::OnCommitGesture(
   [in] DWORD dwGestureFlags
);

Seguridad de .NET Framework

Vea también

Referencia

IVsCommitGestureSink Interfaz

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