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
dwGestureFlags
Tipo: UInt32[in] Um conjunto de sinalizadores da ChangeCommitGestureFlags ou ChangeCommitGestureFlags2 que indicam o tipo de alteração, fazendo com que o gesto de confirmação.
Comentários
COM assinatura
De textmgr.idl:
HRESULT IVsCommitGestureSink::OnCommitGesture(
[in] DWORD dwGestureFlags
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.