Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDictionaryReader::GetNonAtomizedNames Method (String^%, String^%)

.NET Framework (current version)
 

Gets non-atomized names.

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

public:
virtual void GetNonAtomizedNames(
	[OutAttribute] String^% localName,
	[OutAttribute] String^% namespaceUri
)

Parameters

localName
Type: System::String^%

The local name.

namespaceUri
Type: System::String^%

The namespace for the local localName.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft