[This is preliminary documentation and is subject to change.]

Adds the specified node to the collection.

Namespace:  WebKit.DOM
Assembly:  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.

Return Value

The added node.

See Also