AttributesImpl.SetAttributes(IAttributes) メソッド

定義

Attributes オブジェクト全体をコピーします。

[Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")]
public virtual void SetAttributes(Org.Xml.Sax.IAttributes? atts);
[<Android.Runtime.Register("setAttributes", "(Lorg/xml/sax/Attributes;)V", "GetSetAttributes_Lorg_xml_sax_Attributes_Handler")>]
abstract member SetAttributes : Org.Xml.Sax.IAttributes -> unit
override this.SetAttributes : Org.Xml.Sax.IAttributes -> unit

パラメーター

atts
IAttributes

コピーする属性。

属性

注釈

Attributes オブジェクト全体をコピーします。

新しいオブジェクトを常に割り当てるのではなく、既存のオブジェクトを再利用する方が効率的な場合があります。

Javaドキュメント。

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象