AttributesImpl.RemoveAttribute(Int32) メソッド

定義

リストから属性を削除します。

[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

パラメーター

index
Int32

属性のインデックス (0 から始まる)。

属性

例外

指定されたインデックスがリスト内の属性を指していない場合。

注釈

リストから属性を削除します。

の Java ドキュメント org.xml.sax.helpers.AttributesImpl.removeAttribute(int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象