Partilhar via


Construtor TaskValidationMessage

Construtor.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • description
    Tipo: System.String
    Descrição do problema.Esse texto será mostrado ao usuário.

Segurança do .NET Framework

Consulte também

Referência

TaskValidationMessage Classe

Namespace Microsoft.VisualStudio.Modeling.Shell