Contents Index Topic Contents | ||
Previous Topic: IXMLElement::get_text Next Topic: IXMLElement::addChild |
IXMLElement::put_text
HRESULT IXMLElement::put_text( BSTR pContent)Adds or changes the content of text and comment elements.
- Returns S_OK if successful. Error values include E_OUTOFMEMORY and E_INVALIDARG.
- pContent
- Content. A private copy of this string is made.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.