NamespaceHandling Enumeration (System.Xml)

Switch View :
ScriptFree
.NET Framework Class Library
NamespaceHandling Enumeration

Specifies whether to remove duplicate namespace declarations in the XmlWriter.

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

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

Visual Basic
<FlagsAttribute> _
Public Enumeration NamespaceHandling
C#
[FlagsAttribute]
public enum NamespaceHandling
Visual C++
[FlagsAttribute]
public enum class NamespaceHandling
F#
[<FlagsAttribute>]
type NamespaceHandling
Members

Member name Description
Default Specifies that duplicate namespace declarations will not be removed.
OmitDuplicates Specifies that duplicate namespace declarations will be removed. For the duplicate namespace to be removed, the prefix and the namespace must match.
Remarks

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

Version Information

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
See Also

Reference