Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a text string from the specified value.
![]() |
Syntax
IHTMLDOMNode retVal = object.createTextNode(text);
Parameters
text [in, optional]
Type: BSTRA BSTR that specifies the IHTMLDOMAttribute::nodeValue property of the text node.
Standards information
Remarks
This method always returns S_OK, so you must check the returned newTextNode value. If newTextNode is NULL, the method failed to create a new text node.
See also
Reference
Conceptual
.png)