AttributeListImpl.SetAttributeList(IAttributeList) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
deprecated
Définissez la liste d’attributs, en ignorant le contenu précédent.
[Android.Runtime.Register("setAttributeList", "(Lorg/xml/sax/AttributeList;)V", "GetSetAttributeList_Lorg_xml_sax_AttributeList_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetAttributeList(Org.Xml.Sax.IAttributeList? atts);
[<Android.Runtime.Register("setAttributeList", "(Lorg/xml/sax/AttributeList;)V", "GetSetAttributeList_Lorg_xml_sax_AttributeList_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetAttributeList : Org.Xml.Sax.IAttributeList -> unit
override this.SetAttributeList : Org.Xml.Sax.IAttributeList -> unit
Paramètres
- atts
- IAttributeList
Liste d’attributs à copier.
- Attributs
Remarques
Définissez la liste d’attributs, en ignorant le contenu précédent.
Cette méthode permet à un enregistreur d’applications de réutiliser facilement une liste d’attributs.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.