Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IAutoCorrectService Methods

Defines a service that performs auto correction.
Name Description
ApplyAutoCorrectInfo(AutoCorrectInfo) Performs a specified replacement.
CalculateAutoCorrectInfo() Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object.
RegisterProvider(IAutoCorrectProvider) Registers the provider and makes it available to clients of the service.
SetReplaceTable(AutoCorrectReplaceInfoCollection) Provides a table containing input strings and their replacements.
UnregisterProvider(IAutoCorrectProvider) Cancels the provider registration and makes it unavailable for the clients of the service.
See Also