Adds a word to the ChangeAllPair collection.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[ObsoleteAttribute]
public void AddChangeAll(
	string word,
	string changeTo
)
Visual Basic (Declaration)
<ObsoleteAttribute> _
Public Sub AddChangeAll ( _
	word As String, _
	changeTo As String _
)

Parameters

word
Type: System..::.String
Word to be changed.
changeTo
Type: System..::.String
Word to change to.

See Also