ConfigurationElement.SerializeToXmlElement(XmlWriter, String) 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.
Écrit les balises extérieures de cet élément de configuration dans le fichier de configuration lorsqu'il est implémenté dans une classe dérivée.
protected:
virtual bool SerializeToXmlElement(System::Xml::XmlWriter ^ writer, System::String ^ elementName);
protected public:
virtual bool SerializeToXmlElement(System::Xml::XmlWriter ^ writer, System::String ^ elementName);
protected virtual bool SerializeToXmlElement (System.Xml.XmlWriter writer, string elementName);
protected internal virtual bool SerializeToXmlElement (System.Xml.XmlWriter writer, string elementName);
abstract member SerializeToXmlElement : System.Xml.XmlWriter * string -> bool
override this.SerializeToXmlElement : System.Xml.XmlWriter * string -> bool
Protected Overridable Function SerializeToXmlElement (writer As XmlWriter, elementName As String) As Boolean
Protected Friend Overridable Function SerializeToXmlElement (writer As XmlWriter, elementName As String) As Boolean
Paramètres
- elementName
- String
Nom de ConfigurationElement qui doit être écrit.
Retours
true
si l'écriture a réussi ; sinon, false
.
Exceptions
L'élément a plusieurs éléments enfants.
Remarques
La SerializeToXmlElement méthode est appelée après l’appel à la méthode pendant la Unmerge sérialisation. La SerializeToXmlElement méthode écrit le contenu de l’élément de configuration entre les balises de début et de fin de l’élément. Remplacez SerializeToXmlElement pour fournir une méthode de sérialisation personnalisée.