INameList.GetName(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the <code>index</code>th name item in the collection.
[Android.Runtime.Register("getName", "(I)Ljava/lang/String;", "GetGetName_IHandler:Org.W3c.Dom.INameListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string? GetName (int index);
[<Android.Runtime.Register("getName", "(I)Ljava/lang/String;", "GetGetName_IHandler:Org.W3c.Dom.INameListInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetName : int -> string
Parameters
- index
- Int32
Index into the collection.
Returns
The name at the <code>index</code>th position in the <code>NameList</code>, or <code>null</code> if there is no name for the specified index or if the index is out of range.
- Attributes
Remarks
Java documentation for org.w3c.dom.NameList.getName(int).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.