ComponentOne Basic Library for WPF and Silverlight
CheckText Method (ISpellChecker)


C1.Silverlight Namespace > ISpellChecker Interface : CheckText Method
Text to be spell-checked.
Checks a string containing text and returns a list of spelling errors.
Syntax
'Declaration
 
Function CheckText( _
   ByVal text As System.String _
) As System.Collections.Generic.IEnumerable(Of ICharRange)
'Usage
 
Dim instance As ISpellChecker
Dim text As System.String
Dim value As System.Collections.Generic.IEnumerable(Of ICharRange)
 
value = instance.CheckText(text)
System.Collections.Generic.IEnumerable<ICharRange> CheckText( 
   System.string text
)

Parameters

text
Text to be spell-checked.

Return Value

List of ICharRange objects that describe the spelling mistakes.
See Also

Reference

ISpellChecker Interface
ISpellChecker Members