Partilhar via


Método IVsCommitGestureSink.OnCommitGesture

Chamado quando uma alteração para o buffer foi confirmada.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Comentários

COM assinatura

De textmgr.idl:

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

Segurança do .NET Framework

Consulte também

Referência

IVsCommitGestureSink Interface

Namespace Microsoft.VisualStudio.TextManager.Interop