Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLDocument3 Interface / getElementsByName Method

In This Topic
    getElementsByName Method
    In This Topic

    getElementsByName method of IHTMLDocument3 interface.

    Syntax
    'Declaration
     
    Function getElementsByName( _
       ByVal v As System.String _
    ) As System.Object
    System.object getElementsByName( 
       System.string v
    )

    Parameters

    v
    Remarks

    An original IDL definition of getElementsByName method was the following: HRESULT getElementsByName (BSTR v, [out, retval] IHTMLElementCollection** ReturnValue);

    See Also