共用方式為


TaskValidationMessage 建構函式

建構函式。

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

語法

'宣告
Public Sub New ( _
    context As ValidationContext, _
    description As String, _
    category As TaskCategory, _
    code As String, _
    violationType As ViolationType, _
    helpKeyword As String _
)
public TaskValidationMessage(
    ValidationContext context,
    string description,
    TaskCategory category,
    string code,
    ViolationType violationType,
    string helpKeyword
)

參數

  • description
    型別:System.String
    問題描述。這段文字將顯示給使用者。

.NET Framework 安全性

請參閱

參考

TaskValidationMessage 類別

Microsoft.VisualStudio.Modeling.Shell 命名空間