ITextProvider.RangeFromChild(IRawElementProviderSimple) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索包含子元素(例如图像、超链接或其他嵌入对象)的一个文本范围。
public:
System::Windows::Automation::Provider::ITextRangeProvider ^ RangeFromChild(System::Windows::Automation::Provider::IRawElementProviderSimple ^ childElement);
public System.Windows.Automation.Provider.ITextRangeProvider RangeFromChild (System.Windows.Automation.Provider.IRawElementProviderSimple childElement);
abstract member RangeFromChild : System.Windows.Automation.Provider.IRawElementProviderSimple -> System.Windows.Automation.Provider.ITextRangeProvider
Public Function RangeFromChild (childElement As IRawElementProviderSimple) As ITextRangeProvider
参数
- childElement
- IRawElementProviderSimple
所包含的对象。
返回
涵盖子元素的一个范围。
例外
如果该子元素为空引用(在 Visual Basic 中为 Nothing
)。
注解
UI 自动化提供程序应检查传递的元素是否为文本容器的子级。
如果子元素存在区域中没有文本,则返回 (空) 范围。
该childElement
参数是与 a TextPattern 或从子级数组关联的子AutomationElementTextPatternRange元素。