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::IndexOfLocalName Method (array<XmlDictionaryString^>^, XmlDictionaryString^)
.NET Framework (current version)
Gets the index of the local name of the current node within an array of names.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public: virtual int IndexOfLocalName( array<XmlDictionaryString^>^ localNames, XmlDictionaryString^ namespaceUri )
Parameters
- localNames
-
Type:
array<System.Xml::XmlDictionaryString^>^
The XmlDictionaryString array of local names to be searched.
- namespaceUri
-
Type:
System.Xml::XmlDictionaryString^
The namespace of current node.
Return Value
Type: System::Int32The index of the local name of the current node within an array of names.
| Exception | Condition |
|---|---|
| ArgumentNullException | localNames or any of the names in the array is null. |
| ArgumentNullException | namespaceUri is null. |
localNames is an array of XmlDictionaryString, and namespaceUri is an XmlDictionaryString.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: