IVsUndoRedoClusterWithCommitEvents.OnUndoRedoClusterClosingWithCommitGesture Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣告
Sub OnUndoRedoClusterClosingWithCommitGesture ( _
dwGestureFlags As UInteger, _
ptsChanged As TextSpan() _
)
'用途
Dim instance As IVsUndoRedoClusterWithCommitEvents
Dim dwGestureFlags As UInteger
Dim ptsChanged As TextSpan()
instance.OnUndoRedoClusterClosingWithCommitGesture(dwGestureFlags, _
ptsChanged)
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[]
)
Parameters
- dwGestureFlags
Type: System.UInt32
[in]
- ptsChanged
Type: array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[]
[in]
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsUndoRedoClusterWithCommitEvents::OnUndoRedoClusterClosingWithCommitGesture(
[in] DWORD dwGestureFlags,
[in] TextSpan *ptsChanged
);
.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.
See Also
Reference
IVsUndoRedoClusterWithCommitEvents Interface