ValidationEventArgs Klasse
Definition
Gibt ausführliche Informationen über den ValidationEventHandler
zurück.Returns detailed information related to the ValidationEventHandler
.
public ref class ValidationEventArgs : EventArgs
public ref class ValidationEventArgs sealed : EventArgs
public class ValidationEventArgs : EventArgs
public sealed class ValidationEventArgs : EventArgs
type ValidationEventArgs = class
inherit EventArgs
Public Class ValidationEventArgs
Inherits EventArgs
Public NotInheritable Class ValidationEventArgs
Inherits EventArgs
- Vererbung
Beispiele
Ein Beispiel finden Sie unter der- Add Methode für die- XmlSchemaCollection Klasse.For an example, see the Add method for the XmlSchemaCollection class.
Eigenschaften
Exception |
Ruft die dem Validierungsereignis zugeordnete XmlSchemaException ab.Gets the XmlSchemaException associated with the validation event. |
Message |
Ruft die Textbeschreibung ab, die dem Validierungsereignis entspricht.Gets the text description corresponding to the validation event. |
Severity |
Ruft den Schweregrad des Validierungsereignisses ab.Gets the severity of the validation event. |
Methoden
Equals(Object) |
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Fungiert als Standardhashfunktion.Serves as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |