XmlDictionaryReader.IndexOfLocalName Method (String(), String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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)
'Declaration Public Overridable Function IndexOfLocalName ( _ localNames As String(), _ namespaceUri As String _ ) As Integer
Parameters
- localNames
- Type:
System.String
()
The string array of local names to be searched.
- namespaceUri
- Type: System.String
The namespace of the 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 Nothing. |
| ArgumentNullException | namespaceUri is Nothing. |
Show: