ISpellingError::get_Replacement method (spellcheck.h)

Gets the text to use as replacement text when the corrective action is replace.

This property is read-only.

Syntax

HRESULT get_Replacement(
  LPWSTR *value
);

Parameters

value

Return value

None

Remarks

If the CORRECTIVE_ACTION returned by CorrectiveAction is not CORRECTIVE_ACTION_REPLACE, value is the empty string.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 [desktop apps | UWP apps]
Target Platform Windows
Header spellcheck.h

See also

CORRECTIVE_ACTION

CorrectiveAction

ISpellingError