OpenXmlElement.RemoveChild<T>(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.
Supprime l’élément enfant spécifié de la liste des éléments enfants de l’élément actuel.
public virtual T RemoveChild<T> (T oldChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
public virtual T RemoveChild<T> (T? oldChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
public virtual T? RemoveChild<T> (T? oldChild) where T : DocumentFormat.OpenXml.OpenXmlElement;
abstract member RemoveChild : 'T -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
override this.RemoveChild : 'T -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Overridable Function RemoveChild(Of T As OpenXmlElement) (oldChild As T) As T
Paramètres de type
- T
Paramètres
- oldChild
- T
Élément enfant à supprimer.
Retours
T
Élément qui a été supprimé.