TK.GetChildrenElements (String, out Boolean, out Boolean) Method

Get children from element name
Public Shared Function GetChildrenElements( _ 
ByVal elementName As String, _ 
ByRef hasAttributes As Boolean, _ 
ByRef hasChildren As Boolean
) As DataTable
This language is not supported or no code example is available.
public static DataTable GetChildrenElements( 
string elementName
out bool hasAttributes
out bool hasChildren 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

hasAttributes
bool

{Output] Flag indicating whether element has attributes

hasChildren
bool

{Output] Flag indicating whether element has children

Return Value

DataTable

Reference to DataTable

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition