共用方式為


VsValidationContext.ConstructValidationMessage 方法

可覆寫方法,以允許衍生類別建立訊息。

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

語法

'宣告
Protected Overrides Function ConstructValidationMessage ( _
    description As String, _
    code As String, _
    violationType As ViolationType, _
    ParamArray elements As ModelElement() _
) As ValidationMessage
protected override ValidationMessage ConstructValidationMessage(
    string description,
    string code,
    ViolationType violationType,
    params ModelElement[] elements
)

參數

傳回值

類型:Microsoft.VisualStudio.Modeling.Validation.ValidationMessage

.NET Framework 安全性

請參閱

參考

VsValidationContext 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間