[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 SetNamedItemNS( Node Node ) |
Visual Basic (Declaration) |
---|
Public Function SetNamedItemNS ( _ Node As Node _ ) As Node |
Visual C++ |
---|
public: Node^ SetNamedItemNS( Node^ Node ) |
Parameters
- Node
- Type: WebKit.DOM..::.Node
The node to add.