Поделиться через


IVsCommitGestureSink.OnCommitGesture - метод

Вызывается, когда было зафиксировано изменение в буфер.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Sub OnCommitGesture ( _
    dwGestureFlags As UInteger _
)
void OnCommitGesture(
    uint dwGestureFlags
)
void OnCommitGesture(
    [InAttribute] unsigned int dwGestureFlags
)
abstract OnCommitGesture : 
        dwGestureFlags:uint32 -> unit
function OnCommitGesture(
    dwGestureFlags : uint
)

Параметры

Заметки

Модель COM подписи

Из textmgr.idl:

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

Безопасность платформы .NET Framework

См. также

Ссылки

IVsCommitGestureSink Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен