Lenguaje

AttributesImpl.RemoveAttribute(Int32) Método

Definición

Quite un atributo de la lista.

[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

Parámetros

index
Int32

Índice del atributo (basado en cero).

Atributos

Excepciones

Cuando el índice proporcionado no apunta a un atributo de la lista.

Comentarios

Quite un atributo de la lista.

Java documentación para org.xml.sax.helpers.AttributesImpl.removeAttribute(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a