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
類型:ErrorCategoryModelBus ErrorCategory
message
類型:String訊息字串
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。