IVsChangeClusterEvents::OnChangeClusterClosing Method (UInt32)
Visual Studio 2015
Called when a change event is closing in the undo manager.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- dwFlags
-
Type:
System::UInt32
[in] Modification flags determining what kind of change event this was. Values are taken from the ChangeClusterFlags enumeration.
From textmgr.idl:
HRESULT IVsChangeClusterEvents::OnChangeClusterClosing(
[in] DWORD dwFlags
);
Show: