XmlValidatingReader.Settings Property

Definition

Gets the XmlReaderSettings object that was used to create this XmlValidatingReader instance.

C#
public override System.Xml.XmlReaderSettings Settings { get; }

Property Value

null because XmlValidatingReader objects are not instantiated using the XmlReaderSettings class and the Create method.

Remarks

Anteckning

The XmlValidatingReader class is obsolete in .NET Framework version 2.0. You can create a validating XmlReader instance by using the XmlReaderSettings class and the Create method. For more information, see Validating XML Data with XmlReader.

Applies to

Produkt Versioner
.NET Framework 2.0, 3.0, 3.5