Gets a particular item from the collection.

GetItem(Int)

public Proofing.LanguageScope GetItem(int textPosition);

GetItem(Int, System.Globalization.CultureInfo)

public Proofing.LanguageScope GetItem(int textPosition, System.Globalization.CultureInfo language);

Parameters

Parameter Description
textPosition Specifies a zero-based text postion.
language Specifies the language to search for.

Return Value

The return value is null, if a language scope could not be found. Otherwise, it is an object of the type LanguageScope.