Given an integer index, returns an object in the collection.
[C/C++]
HRESULT get_Item( LONG Index );
[Visual Basic]
Public ReadOnly Property Item As Long
[C#]
public int ITextSnapshot.Item { get; }
Parameters
- Index
- [in] item index.
- retval
- [out,retval] item value.
Remarks
This property returns ITextItem interface as variant variable. ITextSnapshot Count property shows how much ITextItem items it contains.