Share via


TransactionContext Class

Stores user data in a transaction.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Class TransactionContext
'Usage
Dim instance As TransactionContext
public class TransactionContext
public ref class TransactionContext
public class TransactionContext

Remarks

Particularly useful for passing data between rules. For examples and more information, see Using Transactions.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.TransactionContext

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TransactionContext Members

Microsoft.VisualStudio.Modeling Namespace