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.

AutoCorrectReplaceInfo Constructors

Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality.
Name Parameters Description
AutoCorrectReplaceInfo() none Initializes a new instance of the AutoCorrectReplaceInfo class with default values.
AutoCorrectReplaceInfo(String, Object, Boolean) what, with, immediateReplacement Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
AutoCorrectReplaceInfo(String, Object) what, with Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings.
See Also