TransactionItem Class

 

Represents a transaction item.

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

System::Object
  Microsoft.VisualStudio.Modeling::TransactionItem

public ref class TransactionItem 

NameDescription
System_CAPS_pubmethodTransactionItem(Transaction^)

Initializes a new instance of the TransactionItem class.

NameDescription
System_CAPS_pubpropertyContext

Gets the transaction context object for this transaction.

System_CAPS_pubpropertyContextInstance

Gets the context instance to which this transaction belongs.

System_CAPS_pubpropertyId

Gets the ID for this transaction item.

System_CAPS_pubpropertyName

Gets or sets the name of the transaction.

System_CAPS_pubpropertyStore

Gets the store to which this transaction belongs.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: