TK.GetAllAttributesAsync Method

Get attributes of TagProvider from initial element async
Public Shared Function GetAllAttributesAsync( _ 
ByVal initialElement As String, _ 
ByVal timeoutSeconds As Integer, _ 
ByVal getChildren As Boolean
) As Task(Of String[])
This language is not supported or no code example is available.
public static Task<string[]> GetAllAttributesAsync( 
string initialElement
int timeoutSeconds
bool getChildren 
)
This language is not supported or no code example is available.

Parameters

initialElement
string

Initial element (branch). It can be empty string (initial)

timeoutSeconds
int

Max time to wait answer

getChildren
bool

Flag indicating whether it should get all children (true) or not (false)

Return Value

Task<string[]>

Array of string containg attributes

.NET Framework

Supported in: 4.8

In this article

Definition