ReadContentAsQualifiedName Method
TOC
Collapse the table of content
Expand the table of content

XmlDictionaryReader.ReadContentAsQualifiedName Method

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

Converts a node's content to a qualified name representation.

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

'Declaration
Public Overridable Sub ReadContentAsQualifiedName ( _
	<OutAttribute> ByRef localName As String, _
	<OutAttribute> ByRef namespaceUri As String _
)

Parameters

localName
Type: System.String %
The LocalName part of the qualified name (out parameter).
namespaceUri
Type: System.String %
The NamespaceURI part of the qualified name (out parameter).

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft