System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes Method

Verifies whether all the required attributes in the element context are present and prepares the System.Xml.Schema.XmlSchemaValidator object to validate the child content of the element.

Syntax

public void ValidateEndOfAttributes (XmlSchemaInfo schemaInfo)

Parameters

schemaInfo
An System.Xml.Schema.XmlSchemaInfo object whose properties are set on successful verification that all the required attributes in the element context are present. This parameter can be null.

Remarks

The following are important notes to consider when using the XmlSchemaValidator.ValidateEndOfAttributes(XmlSchemaInfo) method.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0