Expand Minimize
This topic has not yet been rated - Rate this topic

LinkedTransactionFlags Enumeration

Specifies whether the linked undo transaction is strict or not.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

[FlagsAttribute] 
public enum LinkedTransactionFlags
/** @attribute FlagsAttribute() */ 
public enum LinkedTransactionFlags
FlagsAttribute 
public enum LinkedTransactionFlags
 Member nameDescription
mdtDefaultSpecifies the transaction to be non-strict. 
mdtStrictSpecifies the transaction to be strict. 

COM Signature

From textmgr.idl:

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.