TK.GetChildrenElementsAsync (String, TRef<bool>, TRef<bool>) Method

Get children from element name async
Public Shared Function GetChildrenElementsAsync( _ 
ByVal elementName As String, _ 
ByVal hasAttributes As TRef<bool>, _ 
ByVal hasChildren As TRef<bool>
) As Task(Of DataTable)
This language is not supported or no code example is available.
public static Task<DataTable> GetChildrenElementsAsync( 
string elementName
TRef<bool> hasAttributes
TRef<bool> hasChildren 
)
This language is not supported or no code example is available.

Parameters

elementName
string

Element name

hasAttributes
TRef<bool>

{Output] Flag indicating whether element has attributes

hasChildren
TRef<bool>

{Output] Flag indicating whether element has children

Return Value

Task<DataTable>

Reference to DataTable

.NET Framework

Supported in: 4.8

In this article

Definition