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.
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