XmlDictionaryReader.IndexOfLocalName Method (array<String[], String)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the index of the local name of the current node within an array of names.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Syntax
'Declaration
Public Overridable Function IndexOfLocalName ( _
localNames As String(), _
namespaceUri As String _
) As Integer
public virtual int IndexOfLocalName(
string[] localNames,
string namespaceUri
)
Parameters
- localNames
Type: array<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.Int32
The index of the local name of the current node within an array of names.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | localNames or any of the names in the array is nulla null reference (Nothing in Visual Basic). |
ArgumentNullException | namespaceUri is nulla null reference (Nothing in Visual Basic). |
Remarks
localNames is an array of strings and namespaceUri is a string.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.