IVsCommitGestureSink.OnCommitGesture Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Sub OnCommitGesture ( _
dwGestureFlags As UInteger _
)
'Usage
Dim instance As IVsCommitGestureSink
Dim dwGestureFlags As UInteger
instance.OnCommitGesture(dwGestureFlags)
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]
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.