Partilhar via


Construtor SimpleErrorListItem

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 ( _
    text As String, _
    fileName As String, _
    priority As TaskPriority, _
    category As TaskErrorCategory _
)
public SimpleErrorListItem(
    string text,
    string fileName,
    TaskPriority priority,
    TaskErrorCategory category
)

Parâmetros

  • text
    Tipo: System.String
    O texto será exibido na janela de erros.

Segurança do .NET Framework

Consulte também

Referência

SimpleErrorListItem Classe

Namespace Microsoft.VisualStudio.Modeling.Shell