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.
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).
Show: