SimpleMonikerResolver.OnTopLevelTransactionBeginning(Transaction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the moniker resolver starts to moniter a new top-level transaction. Base implementation does nothing.
protected:
virtual void OnTopLevelTransactionBeginning(Microsoft::VisualStudio::Modeling::Transaction ^ topLevelTransaction);
protected virtual void OnTopLevelTransactionBeginning (Microsoft.VisualStudio.Modeling.Transaction topLevelTransaction);
abstract member OnTopLevelTransactionBeginning : Microsoft.VisualStudio.Modeling.Transaction -> unit
override this.OnTopLevelTransactionBeginning : Microsoft.VisualStudio.Modeling.Transaction -> unit
Protected Overridable Sub OnTopLevelTransactionBeginning (topLevelTransaction As Transaction)
Parameters
- topLevelTransaction
- Transaction