Share via


Item Property

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

Retrieves a node at the given index.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    i As Integer _
) As WsXmlNode
public WsXmlNode this[
    int i
] { get; }
public:
property WsXmlNode^ Item[int i] {
    WsXmlNode^ get (int i);
}
member Item : 
        i:int -> WsXmlNode with get
JScript does not support indexed properties.

Parameters

Property Value

Type: Ws.Services.Xml. . :: . .WsXmlNode
The node in the collection. If index is greater than or equal to the number of nodes in the list, this returns nullNothingnullptrunita null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

WsXmlNodeList Class

Ws.Services.Xml Namespace