Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Called when a change to the buffer has been committed.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Sub OnCommitGesture ( _
dwGestureFlags As UInteger _
)
void OnCommitGesture(
uint dwGestureFlags
)
void OnCommitGesture(
[InAttribute] unsigned int dwGestureFlags
)
abstract OnCommitGesture :
dwGestureFlags:uint32 -> unit
function OnCommitGesture(
dwGestureFlags : uint
)
Parameters
dwGestureFlags
Type: System.UInt32[in] A set of flags from the ChangeCommitGestureFlags or ChangeCommitGestureFlags2 that indicate the type of change causing the commit gesture.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsCommitGestureSink::OnCommitGesture(
[in] DWORD dwGestureFlags
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.