共用方式為


ModelBusEnabledTextTransformation.ReportError 方法

將 ModelBus 錯誤轉換為文字範本錯誤。 根據分類值呼叫 this.Error 或 this.Warning。

命名空間:  Microsoft.VisualStudio.TextTemplating.Modeling
組件:  Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (在 Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll 中)

語法

'宣告
Protected Overridable Sub ReportError ( _
    category As ErrorCategory, _
    message As String _
)
protected virtual void ReportError(
    ErrorCategory category,
    string message
)
protected:
virtual void ReportError(
    ErrorCategory category, 
    String^ message
)
abstract ReportError : 
        category:ErrorCategory * 
        message:string -> unit  
override ReportError : 
        category:ErrorCategory * 
        message:string -> unit
protected function ReportError(
    category : ErrorCategory, 
    message : String
)

參數

  • category
    類型:ErrorCategory

    ModelBus ErrorCategory

  • message
    類型:String

    訊息字串

.NET Framework 安全性

請參閱

參考

ModelBusEnabledTextTransformation 類別

Microsoft.VisualStudio.TextTemplating.Modeling 命名空間