XmlReaderProperty_ConformanceLevel (Compact 2013)
3/26/2014
This property specifies the level of conformance that should be checked by the reader. The type of this property is XmlConformanceLevel Enumeration enumeration.
The default value of this property is XmlConformanceLevel_Document.
Remarks
This property can be set and retrieved by using the SetProperty (IXmlReader) and GetProperty (IXmlReader) methods.
Important
The XmlConformanceLevel_Fragment value is not supported in the current release.
See Also
Reference
IXmlReader Properties
XmlConformanceLevel Enumeration
SetProperty (IXmlReader)
GetProperty (IXmlReader)
XmlWriterProperty_ConformanceLevel
IXmlReader Methods