Прочетете на английски Редактиране

Споделяне чрез


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

Бележка

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

Продукт Версии
.NET Framework 2.0, 3.0, 3.5