ReaderOptions Enumeration

ReaderOptions Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies whether to omit duplicate namespaces when loading an XDocument with an XmlReader.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

'Declaration
<FlagsAttribute> _
Public Enumeration ReaderOptions

Member nameDescription
NoneNo reader options specified.
OmitDuplicateNamespacesOmit duplicate namespaces when loading the XDocument.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft