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]
ptsChanged
類型:array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][in]
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsUndoRedoClusterWithCommitEvents::OnUndoRedoClusterClosingWithCommitGesture(
[in] DWORD dwGestureFlags,
[in] TextSpan *ptsChanged
);
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。