getElementsByClassName method

Gets a collection of objects that are based on the value of the class attribute.

 

Syntax

Element retVal = object.getElementsByClassName(v);

Parameters

  • v [in]
    Type: BSTR

    A BSTR value that specifies the value of a class attribute.

Standards information

Remarks

To search for multiple class attribute values, separate them with spaces in the v parameter.