AttributeListImpl.Length Property
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
Return the number of attributes in the list.
[System.Obsolete("deprecated")]
public virtual int Length { [Android.Runtime.Register("getLength", "()I", "GetGetLengthHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getLength", "()I", "GetGetLengthHandler")>]
member this.Length : int
Property Value
The number of attributes in the list.
Implements
- Attributes
Remarks
Return the number of attributes in the list.
Java documentation for org.xml.sax.helpers.AttributeListImpl.getLength()
.
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.