IVsChangeClusterEvents.OnChangeClusterOpening Method
Called when a change event is opening in the undo manager.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaração
Sub OnChangeClusterOpening ( _
dwFlags As UInteger _
)
void OnChangeClusterOpening(
uint dwFlags
)
void OnChangeClusterOpening(
[InAttribute] unsigned int dwFlags
)
abstract OnChangeClusterOpening :
dwFlags:uint32 -> unit
function OnChangeClusterOpening(
dwFlags : uint
)
Parameters
- dwFlags
Type: System.UInt32
[in] Modification flags determining what kind of change event this is. Values are taken from the ChangeClusterFlags enumeration.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsChangeClusterEvents::OnChangeClusterOpening(
[in] DWORD dwFlags
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.