次の方法で共有


IVsChangeClusterEvents.OnChangeClusterClosing Method

Called when a change event is closing in the undo manager.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'宣言
Sub OnChangeClusterClosing ( _
    dwFlags As UInteger _
)
void OnChangeClusterClosing(
    uint dwFlags
)
void OnChangeClusterClosing(
    [InAttribute] unsigned int dwFlags
)
abstract OnChangeClusterClosing : 
        dwFlags:uint32 -> unit 
function OnChangeClusterClosing(
    dwFlags : uint
)

Parameters

  • dwFlags
    Type: System.UInt32
    [in] Modification flags determining what kind of change event this was. Values are taken from the ChangeClusterFlags enumeration.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsChangeClusterEvents::OnChangeClusterClosing(
   [in] DWORD dwFlags
);

.NET Framework Security

See Also

Reference

IVsChangeClusterEvents Interface

Microsoft.VisualStudio.TextManager.Interop Namespace