SecurityElementBase.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 étiquettes externes de cet élément de configuration dans le fichier de configuration.
protected:
override bool SerializeToXmlElement(System::Xml::XmlWriter ^ writer, System::String ^ elementName);
protected override bool SerializeToXmlElement (System.Xml.XmlWriter writer, string elementName);
override this.SerializeToXmlElement : System.Xml.XmlWriter * string -> bool
Protected Overrides Function SerializeToXmlElement (writer As XmlWriter, elementName As String) As Boolean
Paramètres
- elementName
- String
Nom de ConfigurationElement qui doit être écrit.
Retours
true
si la sérialisation réussit ; sinon false
.