Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
public virtual method for the client to have his own user-defined transaction beginning rule class
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overridable Sub TransactionBeginning ( _
e As TransactionBeginningEventArgs _
)
public virtual void TransactionBeginning(
TransactionBeginningEventArgs e
)
public:
virtual void TransactionBeginning(
TransactionBeginningEventArgs^ e
)
abstract TransactionBeginning :
e:TransactionBeginningEventArgs -> unit
override TransactionBeginning :
e:TransactionBeginningEventArgs -> unit
public function TransactionBeginning(
e : TransactionBeginningEventArgs
)
Parameters
.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.