TK.GetChildrenElements (String, out Boolean, out Boolean) Method
        
		
       
       
        Get children from element name
		
	
	
	
				
			
	
			
				
				
				
					<HTML5Disabled(true)> _ 
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.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					[HTML5Disabled(true)] 
public static DataTable GetChildrenElements( 
   string elementName, 
   out bool hasAttributes, 
   out bool hasChildren 
)
			
				 
				
					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.8