hasAttributeNS method

Determines whether an attribute that has the specified namespace and name exists.

 

Syntax

 retVal = object.hasAttributeNS(pvarNS, name);

Parameters

  • pvarNS [in]
    Type: VARIANT

    The namespace URI that defines the attribute name.

  • name [in]
    Type: BSTR

    A BSTR value that specifies the name of the attribute.

Standards information

See also

IHTMLElement6::hasAttribute