TK.GetAllAttributes Method
        
		
       
       
        Get attributes of TagProvider from initial element
		
	
	
	
				
			
	
			
				
				
				
					<HTML5Disabled(true)> _ 
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.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					[HTML5Disabled(true)] 
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.8