TransactionItem Class
Visual Studio 2015
Represents a transaction item.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | TransactionItem(Transaction^) | Initializes a new instance of the TransactionItem class. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets the transaction context object for this transaction. |
![]() | ContextInstance | Gets the context instance to which this transaction belongs. |
![]() | Id | Gets the ID for this transaction item. |
![]() | Name | Gets or sets the name of the transaction. |
![]() | Store | Gets the store to which this transaction belongs. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


