XMLNodes.Item Property

Returns an individual object in a collection.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As XMLNode
    Get
'Usage
Dim instance As XMLNodes
Dim Index As Integer
Dim value As XMLNode

value = instance(Index)
XMLNode this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32
    An Object indicating the ordinal position or a string representing the name of the individual object.

Property Value

Type: Microsoft.Office.Interop.Word.XMLNode

See Also

Reference

XMLNodes Interface

XMLNodes Members

Microsoft.Office.Interop.Word Namespace