RichTextBox.GetSpellingError(TextPointer) 方法

定义

返回与RichTextBox 的内容中指定的位置处的任何拼写错误相关联的 SpellingError 对象。

public:
 System::Windows::Controls::SpellingError ^ GetSpellingError(System::Windows::Documents::TextPointer ^ position);
public System.Windows.Controls.SpellingError GetSpellingError (System.Windows.Documents.TextPointer position);
member this.GetSpellingError : System.Windows.Documents.TextPointer -> System.Windows.Controls.SpellingError
Public Function GetSpellingError (position As TextPointer) As SpellingError

参数

position
TextPointer

一个 TextPointer,用于指定将解析为一个字符以检查拼写错误的位置和逻辑方向。 使用此 TextPointerLogicalDirection 属性以指定要检查的字符方向。

返回

SpellingError

一个 SpellingError 对象,包含在 position 指定的字符处所发现的拼写错误的详细信息,或如果在指定字符处没有拼写错误,则为 null

注解

类似TextPointerposition通常指定两个字符之间的位置。 使用属性LogicalDirectionposition指定要检查的字符。

适用于

另请参阅