ITextRangeProvider.GetChildren Method

Definition

Retrieves a collection of all the embedded objects that exist within the text range.

public:
 Platform::Array <IRawElementProviderSimple ^> ^ GetChildren();
winrt::array_view <IRawElementProviderSimple const&> GetChildren();
public IRawElementProviderSimple[] GetChildren();
function getChildren()
Public Function GetChildren () As IRawElementProviderSimple()

Returns

A collection of child objects that exist within the range. Child objects that overlap with the text range but are not completely enclosed by it are also included in the collection. Returns an empty collection if no child objects exist.

Applies to