[This is preliminary documentation and is subject to change.]
Inserts a new node before an existing child node.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public Node InsertBefore( Node NewChild, Node RefChild ) |
| Visual Basic (Declaration) |
|---|
Public Function InsertBefore ( _ NewChild As Node, _ RefChild As Node _ ) As Node |
| Visual C++ |
|---|
public: Node^ InsertBefore( Node^ NewChild, Node^ RefChild ) |
Parameters
- NewChild
- Type: WebKit.DOM..::.Node
The node to insert.
- RefChild
- Type: WebKit.DOM..::.Node
The existing child node.