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