IOptionDescription::get_Id method (spellcheck.h)
Gets the identifier of the spell checker option.
This property is read-only.
Syntax
HRESULT get_Id(
LPWSTR *value
);
Parameters
value
Return value
None
Remarks
Option identifiers all exist in the same area. Spell checker providers should use the engine identifier and the language tag (if the option is language-specific) to disambiguate potential collisions.
Specifically, the structure for naming the option identifiers should be:
- For the Microsoft spell checker engine: <language tag>:<option name>. For example, "pt-BR:2009Reform."
- For spell check provider engines: <engine id>:<language tag>:<option name> (the language tag may be omitted if the option is not language specific). For example, "samplespell:fr-FR:AccentedUppercase".
Note Spell check providers are allowed to support existing Microsoft option identifiers, but they must not create new option identifiers in the Microsoft namespace. That is, spell check providers must use the engine identifier as a prefix.
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 |