WriteQualifiedName Method (XmlDictionaryString, XmlDictionaryString)
Collapse the table of content
Expand the table of content

XmlDictionaryWriter.WriteQualifiedName Method (XmlDictionaryString, XmlDictionaryString)

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

Writes the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public virtual void WriteQualifiedName(
	XmlDictionaryString localName,
	XmlDictionaryString namespaceUri
)

Parameters

localName
Type: System.Xml.XmlDictionaryString
The local name of the qualified name.
namespaceUri
Type: System.Xml.XmlDictionaryString
The namespace URI of the qualified name.

ExceptionCondition
ArgumentNullException

localName is null.

If the namespace maps to the current default namespace, no prefix is generated.

When writing attribute values, this method generates a prefix if the namespace is not found. When writing element content, it throws an exception if the namespace is not found.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft