ITextRangeProvider.GetChildren Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.