AttributesImpl.SetAttributes(IAttributes) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト全体をコピーします。
新しいオブジェクトを常に割り当てるのではなく、既存のオブジェクトを再利用する方が効率的な場合があります。
このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。