IOperationReportHandler 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來處理報告的設計階段活動。
public interface IOperationReportHandler
type IOperationReportHandler = interface
Public Interface IOperationReportHandler
- 衍生
屬性
Version |
取得這個處理常式的合約版本。 |
方法
OnError(String) |
回報錯誤時叫用。 |
OnInformation(String) |
報告資訊時叫用。 |
OnVerbose(String) |
在報告詳細資訊資訊時叫用。 |
OnWarning(String) |
回報警告時叫用。 |