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 CDATA section that contains the specified text.
![]() ![]() |
Syntax
HRESULT retVal = object.createCDATASection(text, newCDATASectionNode);
Parameters
text [in]
Type: BSTRA BSTR value that contains the text to place inside the CDATA section.
newCDATASectionNode [out, retval]
Type: IHTMLDOMNodeThe address of a pointer to an IHTMLDOMNode interface that receives a reference to the CDATA section.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
| S_OK | The operation completed successfully. |
Standards information
Remarks
The IHTMLDocument7::createCDATASection method is supported only for XML documents.
.png)
.png)