Finds the sentence up to a point and the sentence after a point
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
protected virtual string[] GenerateSentenceParts( int preEnd, int postStart )
protected virtual string[] GenerateSentenceParts( int preEnd, int postStart )
Protected Overridable Function GenerateSentenceParts ( preEnd As Integer, postStart As Integer ) As String()
Protected Overridable Function GenerateSentenceParts ( preEnd As Integer, postStart As Integer ) As String()
protected: virtual array<String^>^ GenerateSentenceParts( int preEnd, int postStart )
protected: virtual array<String^>^ GenerateSentenceParts( int preEnd, int postStart )
abstract GenerateSentenceParts : preEnd : int * postStart : int -> string[] override GenerateSentenceParts : preEnd : int * postStart : int -> string[]
abstract GenerateSentenceParts : preEnd : int * postStart : int -> string[] override GenerateSentenceParts : preEnd : int * postStart : int -> string[]
Return Value
array<String>[]()[][]
A 2 element string array holding the sentence up to preEnd in the first element and the sentence after postStart in the second element. The intention is that preEnd is the beginning of a misspelled word and postStart is the end of a misspelled word. The sentence parts are then used as context in the query dialog box.
A 2 element string array holding the sentence up to preEnd in the first element and the sentence after postStart in the second element. The intention is that preEnd is the beginning of a misspelled word and postStart is the end of a misspelled word. The sentence parts are then used as context in the query dialog box.
Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214