ServiceModelExtensionElement.SerializeElement(XmlWriter, Boolean) 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 le contenu de cet élément de configuration dans le fichier de configuration.
protected:
override bool SerializeElement(System::Xml::XmlWriter ^ writer, bool serializeCollectionKey);
protected override bool SerializeElement (System.Xml.XmlWriter writer, bool serializeCollectionKey);
override this.SerializeElement : System.Xml.XmlWriter * bool -> bool
Protected Overrides Function SerializeElement (writer As XmlWriter, serializeCollectionKey As Boolean) As Boolean
Paramètres
- serializeCollectionKey
- Boolean
true
pour sérialiser uniquement les propriétés clés de la collection ; sinon false
.
Retours
true
si les données ont été correctement sérialisées ; sinon, false
.