Freigeben über


TaskValidationMessage-Konstruktor

Konstruktor.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
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
)

Parameter

  • description
    Typ: System.String
    ProblembeschreibungDieser Text wird dem Benutzer angezeigt.

.NET Framework-Sicherheit

Siehe auch

Referenz

TaskValidationMessage Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace