Version

WordCheckResult Constructor

Creates a new WordCheckResult instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal spelledCorrectly As Boolean, _
   ByVal spellingError As Error _
)
public WordCheckResult( 
   bool spelledCorrectly,
   Error spellingError
)

Parameters

spelledCorrectly
A value indicating whether the word was spelled correctly.
spellingError
The error information about the misspelled word, or null if spelledCorrectly is False.
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