[This is preliminary documentation and is subject to change.]
Replaces a child node with a new node.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public Node ReplaceChild( Node NewChild, Node OldChild ) |
Visual Basic (Declaration) |
---|
Public Function ReplaceChild ( _ NewChild As Node, _ OldChild As Node _ ) As Node |
Visual C++ |
---|
public: Node^ ReplaceChild( Node^ NewChild, Node^ OldChild ) |
Parameters
- NewChild
- Type: WebKit.DOM..::.Node
The new node.
- OldChild
- Type: WebKit.DOM..::.Node
The node to be replaced.