Поделиться через


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
    Описание проблемы.Этот текст будет отображаться пользователю.

Безопасность платформы .NET Framework

См. также

Ссылки

TaskValidationMessage Класс

Microsoft.VisualStudio.Modeling.Shell - пространство имен