ITextRangeProvider.GetEnclosingElement 方法

定义

返回包含文本范围的最内层元素。

public:
 IRawElementProviderSimple ^ GetEnclosingElement();
IRawElementProviderSimple GetEnclosingElement();
public IRawElementProviderSimple GetEnclosingElement();
function getEnclosingElement()
Public Function GetEnclosingElement () As IRawElementProviderSimple

返回

封闭控件,通常是提供文本范围的文本提供程序。 但是,如果文本提供程序支持子文本元素(如表或超链接),则封闭元素可以是文本提供程序的后代。

适用于