LinkedTransactionFlags Enumeration
Visual Studio 2015
Specifies whether the linked undo transaction is strict or not.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| mdtDefault | Specifies the transaction to be non-strict. | |
| mdtStrict | Specifies the transaction to be strict. |
From textmgr.idl:
Show: