Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IAutoCorrectService Members

Defines a service that performs auto correction.

Methods

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