InfoConnect for Unisys
AllElements Property


Gets all Web elements.
Syntax
'Declaration
 
ReadOnly Property AllElements As IWebElement()
'Usage
 
Dim instance As IWebDocument
Dim value() As IWebElement
 
value = instance.AllElements
IWebElement[] AllElements {get;}
See Also