InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / AllElements Property


In This Topic
    AllElements Property
    In This Topic
    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