Udostępnij za pośrednictwem


Konstruktor ValidationMessage — (ValidationContext, String, Int32, Int32)

Inicjuje nowe wystąpienie klasy ValidationMessage, przy użyciu kontekstu, opis, numer wiersza i numer kolumny dla wiadomości.

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Validation
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Składnia

'Deklaracja
Protected Sub New ( _
    context As ValidationContext, _
    description As String, _
    line As Integer, _
    column As Integer _
)
protected ValidationMessage(
    ValidationContext context,
    string description,
    int line,
    int column
)

Parametry

  • description
    Typ: System.String
    Opis problemu.Wpisany tekst będzie wyświetlany w oknie programu Visual Studio dane wyjściowe.
  • line
    Typ: System.Int32
    Numer wiersza, w którym występuje błąd.
  • column
    Typ: System.Int32
    Kolumna w wierszu tekstu, w którym występuje błąd.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ValidationMessage Klasa

Przeciążenie ValidationMessage

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Validation