Freigeben über


SpellingSuggestions.SpellingErrorType Eigenschaft

Definition

Gibt die Art des Rechtschreibfehlers zurück.

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

Eigenschaftswert

Hinweise

WdSpellingErrorType kann eine der folgenden WdSpellingErrorType-Konstanten sein.

wdSpellingCapitalization

wdSpellingCorrect

wdSpellingNotInDictionary

Verwenden Sie die GetSpellingSuggestions(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) -Methode, um eine Auflistung von Wörtern zurückzugeben, die als Rechtschreibersatz vorgeschlagen werden. Wenn ein Wort falsch geschrieben ist, gibt die CheckSpelling(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) Methode True zurück.

Gilt für: