OpenXmlElement.GetFirstChild<T>-Methode

Find the first child element in type T

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Function GetFirstChild(Of T As OpenXmlElement) As T
'Usage
Dim instance As OpenXmlElement
Dim returnValue As T

returnValue = instance.GetFirstChild()
public T GetFirstChild<T>()
where T : OpenXmlElement

Typparameter

  • T
    Type of element

Rückgabewert

Typ: T

Siehe auch

Referenz

OpenXmlElement Klasse

OpenXmlElement-Member

DocumentFormat.OpenXml-Namespace