Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Verifies whether there is a new top-level transaction.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Protected Overridable Sub OnTopLevelTransactionBeginning ( _
topLevelTransaction As Transaction _
)
protected virtual void OnTopLevelTransactionBeginning(
Transaction topLevelTransaction
)
protected:
virtual void OnTopLevelTransactionBeginning(
Transaction^ topLevelTransaction
)
abstract OnTopLevelTransactionBeginning :
topLevelTransaction:Transaction -> unit
override OnTopLevelTransactionBeginning :
topLevelTransaction:Transaction -> unit
protected function OnTopLevelTransactionBeginning(
topLevelTransaction : Transaction
)
Parameters
- topLevelTransaction
Type: Microsoft.VisualStudio.Modeling.Transaction
The top-level transaction.
Remarks
This method is called when the moniker resolver monitors a new top-level transaction.
.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.