IIndexedTextRangeProviderCollection Interface
Provides the base requirements for a collection of ITextRangeProvider objects.
public interface IIndexedTextRangeProviderCollection
Methods
GetCount()
Returns the number of ITextRangeProvider objects in the collection.
GetItem(int)
Returns the ITextRangeProvider at the specified index.
ITextRangeProvider GetItem(int index)
| Parameter | Type | Description |
|---|---|---|
| index | int | The index of the ITextRangeProvider to return. |
Returns
- ITextRangeProvider:
The ITextRangeProvider at the specified index.