In This Article

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.

int GetCount()

Returns

Int32:

The number of ITextRangeProvider objects in the collection.

GetItem(Int32)

Returns the ITextRangeProvider at the specified index.

ITextRangeProvider GetItem(int index)
Parameter Type Description
index Int32

The index of the ITextRangeProvider to return.

Returns

ITextRangeProvider:

The ITextRangeProvider at the specified index.