TransactionEventArgs Constructor
Constructor
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
Public Sub New ( _
transaction As Transaction _
)
public TransactionEventArgs(
Transaction transaction
)
public:
TransactionEventArgs(
Transaction^ transaction
)
new :
transaction:Transaction -> TransactionEventArgs
public function TransactionEventArgs(
transaction : Transaction
)
Parameters
- transaction
Type: Microsoft.VisualStudio.Modeling.Transaction
The transaction for which the notification is being made
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.