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.
Tries to move a node from one document to the document that the document object displays.
![]() ![]() |
Syntax
HRESULT retVal = object.adoptNode(pNodeSource, ppNodeDest);
Parameters
pNodeSource [in]
Type: IHTMLDOMNodeA reference to the IHTMLDOMNode interface that refers to the node to move.
ppNodeDest [out, retval]
Type: IHTMLDOMNode3A reference to the IHTMLDOMNode3 interface that refers to the node that has been moved, or a NULL value if the node cannot be moved.
Return value
Type: HRESULT
This method can return one of these values.
| Return code | Description |
|---|---|
| S_OK | The operation completed successfully. |
.png)
.png)