IVsCommitGestureSink.OnCommitGesture Method

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

Syntax

声明
Sub OnCommitGesture ( _
    dwGestureFlags As UInteger _
)
用法
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

Remarks

COM Signature

From textmgr.idl:

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

.NET Framework Security

See Also

Reference

IVsCommitGestureSink Interface

IVsCommitGestureSink Members

Microsoft.VisualStudio.TextManager.Interop Namespace