AttributeListImpl.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.
Caution
deprecated
Get the name of an attribute (by position).
[Android.Runtime.Register("getName", "(I)Ljava/lang/String;", "GetGetName_IHandler")]
[System.Obsolete("deprecated")]
public virtual string? GetName (int i);
[<Android.Runtime.Register("getName", "(I)Ljava/lang/String;", "GetGetName_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetName : int -> string
override this.GetName : int -> string
Parameters
- i
- Int32
The position of the attribute in the list.
Returns
The attribute name as a string, or null if there is no attribute at that position.
Implements
- Attributes
Remarks
Get the name of an attribute (by position).
Java documentation for org.xml.sax.helpers.AttributeListImpl.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.