This topic has not yet been rated - Rate this topic

removeAttributeNode method

Removes an IHTMLDOMAttribute2 interface from the object.

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

Syntax


HRESULT retVal = object.removeAttributeNode(pattr, ppretAttribute);

Parameters

pattr [in]

Type: IHTMLDOMAttribute

A pointer to the IHTMLDOMAttribute2 interface to be removed.
ppretAttribute [out, retval]

Type: IHTMLDOMAttribute

A pointer variable that receives the removed IHTMLDOMAttribute2 pointer.

Standards information

Remarks

IHTMLElement4::removeAttributeNode was introduced in Microsoft Internet Explorer 6.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.