Share via


SpellingSuggestions.SpellingErrorType Propriété

Définition

Renvoie le type d'erreur de l'orthographe.

public:
 property Microsoft::Office::Interop::Word::WdSpellingErrorType SpellingErrorType { Microsoft::Office::Interop::Word::WdSpellingErrorType get(); };
public Microsoft.Office.Interop.Word.WdSpellingErrorType SpellingErrorType { get; }
member this.SpellingErrorType : Microsoft.Office.Interop.Word.WdSpellingErrorType
Public ReadOnly Property SpellingErrorType As WdSpellingErrorType

Valeur de propriété

Remarques

WdSpellingErrorType peut être l’une de ces constantes WdSpellingErrorType .

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

Utilisez la GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode pour renvoyer une collection de mots suggérés comme remplacements orthographiques. Si un mot est mal orthographié, la CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode retourne True.

S’applique à