IVsUndoRedoClusterWithCommitEvents.OnUndoRedoClusterClosingWithCommitGesture 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Sub OnUndoRedoClusterClosingWithCommitGesture ( _
    dwGestureFlags As UInteger, _
    ptsChanged As TextSpan() _
)
void OnUndoRedoClusterClosingWithCommitGesture(
    uint dwGestureFlags,
    TextSpan[] ptsChanged
)
void OnUndoRedoClusterClosingWithCommitGesture(
    [InAttribute] unsigned int dwGestureFlags, 
    [InAttribute] array<TextSpan>^ ptsChanged
)
abstract OnUndoRedoClusterClosingWithCommitGesture : 
        dwGestureFlags:uint32 * 
        ptsChanged:TextSpan[] -> unit
function OnUndoRedoClusterClosingWithCommitGesture(
    dwGestureFlags : uint, 
    ptsChanged : TextSpan[]
)

参数

  • dwGestureFlags
    类型:UInt32

    [in]

备注

COM 签名

从 textmgr.idl:

HRESULT IVsUndoRedoClusterWithCommitEvents::OnUndoRedoClusterClosingWithCommitGesture(
   [in] DWORD dwGestureFlags,
   [in] TextSpan *ptsChanged
);

.NET Framework 安全性

请参阅

参考

IVsUndoRedoClusterWithCommitEvents 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间