Share via


IVsChangeClusterEvents.OnChangeClusterClosing Method

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

Syntax

'Declaration
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

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