XmlAttribute.RemoveChild(XmlNode) 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.
Supprime le nœud enfant spécifié.
public:
override System::Xml::XmlNode ^ RemoveChild(System::Xml::XmlNode ^ oldChild);
public override System.Xml.XmlNode RemoveChild (System.Xml.XmlNode oldChild);
override this.RemoveChild : System.Xml.XmlNode -> System.Xml.XmlNode
Public Overrides Function RemoveChild (oldChild As XmlNode) As XmlNode
Paramètres
Retours
XmlNode supprimé.
Exceptions
oldChild
n'est pas un enfant de ce nœud. ou bien ce nœud est en lecture seule.
Exemples
Pour obtenir un exemple de méthode RemoveChild , consultez la RemoveChild méthode.