ITextRangeProvider.GetEnclosingElement Method

Definition

Returns the innermost element that encloses the text range.

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

Returns

The enclosing control, typically the text provider that provides the text range. However, if the text provider supports child text elements such as tables or hyperlinks, the enclosing element can be a descendant of the text provider.

Applies to