IXmlResourceParser.AttributeCount Property

Definition

Gets the number of attributes available in the current attribute set.

public int AttributeCount { get; }
member this.AttributeCount : int

Property Value

The number of attributes when the current event is START_TAG; otherwise, -1.

Implements

Remarks

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.

Applies to