setAttributeNS method

Sets the value of the specified attribute within the specified namespace.

 

Syntax

HRESULT retVal = object.setAttributeNS(pvarNS, bstrAttributeName, pvarAttributeValue);

Parameters

  • pvarNS [in]
    Type: VARIANT

    The namespace URI that defines the desired attribute or a NULL value.

  • bstrAttributeName [in]
    Type: BSTR

    The name of the desired attribute within the specified namespace.

  • pvarAttributeValue [in]
    Type: VARIANT

    The string, number, or Boolean value to assign to the attribute.

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
S_OK

The operation completed successfully.

 

Standards information

See also

IHTMLElement6::setAttribute