ITextProvider.RangeFromPoint(Point) 方法

定义

返回与指定屏幕坐标最接近的退化(空)文本范围。

public:
 System::Windows::Automation::Provider::ITextRangeProvider ^ RangeFromPoint(System::Windows::Point screenLocation);
public System.Windows.Automation.Provider.ITextRangeProvider RangeFromPoint (System.Windows.Point screenLocation);
abstract member RangeFromPoint : System.Windows.Point -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function RangeFromPoint (screenLocation As Point) As ITextRangeProvider

参数

screenLocation
Point

以屏幕坐标的形式表示的位置。

返回

ITextRangeProvider

与指定位置最接近的退化范围。 从不返回空引用(在 Visual Basic 中为 Nothing)。

例外

如果给定点位于与文本模式关联的UI 自动化元素之外。

注解

如果屏幕坐标位于图像、超链接或其他嵌入对象的坐标内,则返回包含子对象的文本范围。

由于隐藏文本不会被从离给定点最近的可见文本的退化范围忽略 RangeFromPoint

适用于

另请参阅