[This is preliminary documentation and is subject to change.]
Adds the specified node to the collection.
Namespace:
WebKit.DOMAssembly: WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# |
|---|
public Node SetNamedItem( Node Node ) |
| Visual Basic (Declaration) |
|---|
Public Function SetNamedItem ( _ Node As Node _ ) As Node |
| Visual C++ |
|---|
public: Node^ SetNamedItem( Node^ Node ) |
Parameters
- Node
- Type: WebKit.DOM..::.Node
The node to add.