AttributesImpl.RemoveAttribute(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.
Remove an attribute from the list.
[Android.Runtime.Register("removeAttribute", "(I)V", "GetRemoveAttribute_IHandler")]
public virtual void RemoveAttribute (int index);
[<Android.Runtime.Register("removeAttribute", "(I)V", "GetRemoveAttribute_IHandler")>]
abstract member RemoveAttribute : int -> unit
override this.RemoveAttribute : int -> unit
Parameters
- index
- Int32
The index of the attribute (zero-based).
- Attributes
Exceptions
When the supplied index does not point to an attribute in the list.
Remarks
Remove an attribute from the list.
Java documentation for org.xml.sax.helpers.AttributesImpl.removeAttribute(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.