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
問題描述。這段文字將顯示給使用者。
- category
型別:Microsoft.VisualStudio.Shell.TaskCategory
- code
型別:System.String
- violationType
型別:Microsoft.VisualStudio.Modeling.Validation.ViolationType
- helpKeyword
型別:System.String
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。