TaskValidationMessage – konstruktor
Konstruktor.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
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
)
Parametry
- description
Typ: System.String
Popis problému.Tento text se zobrazí uživateli.
- category
Typ: Microsoft.VisualStudio.Shell.TaskCategory
- code
Typ: System.String
- violationType
Typ: Microsoft.VisualStudio.Modeling.Validation.ViolationType
- helpKeyword
Typ: System.String
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.