TransactionManager(Store) Constructor

Definition

constructor.

public:
 TransactionManager(Microsoft::VisualStudio::Modeling::Store ^ store);
public TransactionManager (Microsoft.VisualStudio.Modeling.Store store);
new Microsoft.VisualStudio.Modeling.TransactionManager : Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.TransactionManager
Public Sub New (store As Store)

Parameters

store
Store

The store that this transaction manager is part of

Applies to