getNamedItemNS method

[This documentation is preliminary and is subject to change.]

Gets an IHTMLDOMAttribute object that is specified with the name property and namespace, by using the IHTMLAttributeCollection interface.

Document Object Model (DOM) Level 3 Core Specification, Section 1.4Internet Explorer 9

Syntax

HRESULT retVal = object.getNamedItemNS(pvarNS, bstrname, );

Standards information

Parameters

  • pvarNS [in]
    Type: VARIANT

    The namespace name of the attribute to get.

  • bstrname [in]
    Type: BSTR

    The local name of the desired attribute within the specified namespace.

  • newretNode [out, retval]
    Type: IHTMLDOMAttribute

    Returns the address of a pointer to a IHTMLDOMAttribute object with the specified name.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

getNamedItem

 

 

Build date: 1/26/2012