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

In This Topic
    getElementsByTagName Method (IHTMLDocument3)
    In This Topic

    getElementsByTagName method of IHTMLDocument3 interface.

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

    Parameters

    v
    Remarks

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

    See Also