InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebElement Interface / GetChildrenTagNames Method


In This Topic
    GetChildrenTagNames Method
    In This Topic
    Gets all tag names of children.
    Syntax
    'Declaration
     
    
    Function GetChildrenTagNames() As String()
    'Usage
     
    
    Dim instance As IWebElement
    Dim value() As String
     
    value = instance.GetChildrenTagNames()
    string[] GetChildrenTagNames()

    Return Value

    A collection of tag names.
    See Also