IVsChangeClusterEvents.OnChangeClusterOpening Method

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

Syntax

'Déclaration
Sub OnChangeClusterOpening ( _
    dwFlags As UInteger _
)
'Utilisation
Dim instance As IVsChangeClusterEvents
Dim dwFlags As UInteger

instance.OnChangeClusterOpening(dwFlags)
void OnChangeClusterOpening(
    uint dwFlags
)
void OnChangeClusterOpening(
    [InAttribute] unsigned int dwFlags
)
abstract OnChangeClusterOpening : 
        dwFlags:uint32 -> unit 
function OnChangeClusterOpening(
    dwFlags : uint
)

Parameters

Remarks

COM Signature

From textmgr.idl:

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

.NET Framework Security

See Also

Reference

IVsChangeClusterEvents Interface

IVsChangeClusterEvents Members

Microsoft.VisualStudio.TextManager.Interop Namespace