共用方式為


IOperationReportHandler 介面

定義

用來處理報告的設計階段活動。

public interface IOperationReportHandler
type IOperationReportHandler = interface
Public Interface IOperationReportHandler
衍生

屬性

Version

取得這個處理常式的合約版本。

方法

OnError(String)

回報錯誤時叫用。

OnInformation(String)

報告資訊時叫用。

OnVerbose(String)

在報告詳細資訊資訊時叫用。

OnWarning(String)

回報警告時叫用。

適用於