SimpleMonikerResolver::OnTopLevelTransactionBeginning Method (Transaction^)

 

Verifies whether there is a new top-level transaction.

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

protected:
virtual void OnTopLevelTransactionBeginning(
	Transaction^ topLevelTransaction
)

Parameters

topLevelTransaction
Type: Microsoft.VisualStudio.Modeling::Transaction^

The top-level transaction.

This method is called when the moniker resolver monitors a new top-level transaction.

Return to top
Show: