Store.RegisterTransactionLog(TransactionLog) 方法

定义

允许客户端注册将在此存储上通知事件的事务日志

public:
 void RegisterTransactionLog(Microsoft::VisualStudio::Modeling::TransactionLog ^ log);
public void RegisterTransactionLog (Microsoft.VisualStudio.Modeling.TransactionLog log);
member this.RegisterTransactionLog : Microsoft.VisualStudio.Modeling.TransactionLog -> unit
Public Sub RegisterTransactionLog (log As TransactionLog)

参数

log
TransactionLog

此存储将通知的日志

适用于