Version

ChangeAllMatchingCurrentError Method

Changes the current error and all errors matching the current error to the newly specified word. Word matching the current error that have already been ignored will not be changed.
Syntax
'Declaration
 
Protected Sub ChangeAllMatchingCurrentError( _
   ByVal changedWord As String, _
   ByVal isNewWordKnownToBeCorrect As Boolean _
) 
protected void ChangeAllMatchingCurrentError( 
   string changedWord,
   bool isNewWordKnownToBeCorrect
)

Parameters

changedWord
The word to change the erroneous word and all its metches to.
isNewWordKnownToBeCorrect
True if the new word is spelled correctly; False otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also