Gets a particular item from the collection.

GetItem(Int)

public Proofing.LanguageScope GetItem(int textPosition);
Public Function GetItem(ByVal textPosition As Integer) As Proofing.LanguageScope

GetItem(Int, System.Globalization.CultureInfo)

public Proofing.LanguageScope GetItem(int textPosition, System.Globalization.CultureInfo language);
Public Function GetItem(ByVal textPosition As Integer, language As System.Globalization.CultureInfo) As Proofing.LanguageScope

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.