Sdílet prostřednictvím


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.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TaskValidationMessage Třída

Microsoft.VisualStudio.Modeling.Shell – obor názvů