OpenXmlElement.GetFirstChild<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.
Recherche le premier élément enfant de type T.
public T GetFirstChild<T> () where T : DocumentFormat.OpenXml.OpenXmlElement;
public T? GetFirstChild<T> () where T : DocumentFormat.OpenXml.OpenXmlElement;
member this.GetFirstChild : unit -> 'T (requires 'T :> DocumentFormat.OpenXml.OpenXmlElement)
Public Function GetFirstChild(Of T As OpenXmlElement) () As T
Paramètres de type
- T
Type d’élément.
Retours
T