IOptionDescription::get_Labels method (spellcheck.h)

Gets the label enumerator for the spell checker option.

This property is read-only.

Syntax

HRESULT get_Labels(
  IEnumString **value
);

Parameters

value

Return value

None

Remarks

When there is a single label, the valid values for this option are 0 (not chosen) and 1 (chosen). When there is more than one label, the first label is associated with the value 0, the second with 1, and so on, effectively forming an enumeration. The labels should be in the language of the spell checker or localized to the user's UI language.

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

IEnumString

IOptionDescription