TK.GetAllAttributes Method

Get attributes of TagProvider from initial element
Public Shared Function GetAllAttributes( _ 
ByVal initialElement As String, _ 
ByVal timeoutSeconds As Integer, _ 
ByVal getChildren As Boolean
) As String()
This language is not supported or no code example is available.
public static string[] GetAllAttributes( 
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

string[]

Array of string containg attributes

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition