Click to return to the Reusing Browser Technology home page    
IMarkupServices::Remove M...     IOMHistory Interface     IMarkupServices Interface    
Web Workshop  |  Reusing Browser Technology

IMarkupServices::RemoveElement Method


Removes the given element without removing the content contained within it.

Syntax

HRESULT RemoveElement(
    IHTMLElement *pElementRemove
);

Parameters

pElementRemove
Address of an IHTMLElement interface that returns the element to remove.

Return Value

Returns S_OK if successful, or an error code otherwise.

See Also

InsertElement


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.