Share via


Add Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Adds a specified node to the collection.

Namespace:  Ws.Services.Xml
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Function Add ( _
    value As WsXmlNode _
) As Integer
public int Add(
    WsXmlNode value
)
public:
int Add(
    WsXmlNode^ value
)
member Add : 
        value:WsXmlNode -> int 
public function Add(
    value : WsXmlNode
) : int

Parameters

Return Value

Type: System. . :: . .Int32
The index at which the new node resides in the list.

.NET Framework Security

See Also

Reference

WsXmlNodeList Class

Ws.Services.Xml Namespace