ValidationContext.ConstructValidationMessage 方法
建構驗證訊息。 您可以覆寫這個方法以建構自訂的驗證訊息。
命名空間: Microsoft.VisualStudio.Modeling.Validation
組件: Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
語法
'宣告
Protected Overridable Function ConstructValidationMessage ( _
description As String, _
code As String, _
violationType As ViolationType, _
ParamArray elements As ModelElement() _
) As ValidationMessage
protected virtual ValidationMessage ConstructValidationMessage(
string description,
string code,
ViolationType violationType,
params ModelElement[] elements
)
參數
- description
類型:System.String
訊息描述。
- code
類型:System.String
識別訊息的代碼。
- violationType
類型:Microsoft.VisualStudio.Modeling.Validation.ViolationType
訊息類型(錯誤、警告或資訊訊息)。
- elements
類型:array<Microsoft.VisualStudio.Modeling.ModelElement[]
要套用訊息的項目 。
傳回值
類型:Microsoft.VisualStudio.Modeling.Validation.ValidationMessage
驗證訊息;否則為 null(如果沒有驗證訊息)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。