MetadataSerializer.WriteCustomAttributes<T>(XmlWriter, T) 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.
Point extensible pour écrire des attributs personnalisés.
protected:
generic <typename T>
virtual void WriteCustomAttributes(System::Xml::XmlWriter ^ writer, T source);
protected virtual void WriteCustomAttributes<T> (System.Xml.XmlWriter writer, T source);
abstract member WriteCustomAttributes : System.Xml.XmlWriter * 'T -> unit
override this.WriteCustomAttributes : System.Xml.XmlWriter * 'T -> unit
Protected Overridable Sub WriteCustomAttributes(Of T) (writer As XmlWriter, source As T)
Paramètres de type
- T
Type qui représente l'élément dont l'attribut est écrit. Par exemple, ContactPerson.
Paramètres
- writer
- XmlWriter
Enregistreur XML.
- source
- T
Élément source de type T
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.