TransactionContext Class
Stores user data in a transaction.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | TransactionContext() | Initializes a new instance of the TransactionContext class. |
| Name | Description | |
|---|---|---|
![]() | ContextInfo | Gets context information. |
![]() | TransactionId | The Id of the containing Transaction |
| Name | Description | |
|---|---|---|
![]() | Add(Object^, Object^) | Associate a value with a particular key in the transaction context. |
![]() | Contains(Object^) | Query whether the specified key has been associated with a value in this transaction context |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(Object^) | Remove the association between the specified key and its value from the transaction context, if any. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue<T>(Object^, T) | Lookup the value associated with a specified key in the transaction context. |
Particularly useful for passing data between rules. For examples and more information, see .0bee4373-5205-4566-85ac-8747dfe27a78
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


