共用方式為


ValidationMessage 建構函式 (ValidationContext, String, String, ViolationType)

使用訊息的內容、描述、代碼和違規類型,初始化 ValidationMessage 類別的新執行個體。

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

語法

'宣告
Protected Friend Sub New ( _
    context As ValidationContext, _
    description As String, _
    code As String, _
    type As ViolationType _
)
protected internal ValidationMessage(
    ValidationContext context,
    string description,
    string code,
    ViolationType type
)

參數

  • description
    類型:System.String
    問題的描述。這段文字會出現在 Visual Studio 的輸出視窗中。

.NET Framework 安全性

請參閱

參考

ValidationMessage 類別

ValidationMessage 多載

Microsoft.VisualStudio.Modeling.Validation 命名空間