# C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider.RangeFromChild

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTextProvider_RangeFromChild_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider.RangeFromChild*">RangeFromChild Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTextProvider_RangeFromChild_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider.RangeFromChild*"></a>
<h4 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaTextProvider_RangeFromChild_System_Windows_Automation_Provider_IRawElementProviderSimple_" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaTextProvider.RangeFromChild(System.Windows.Automation.Provider.IRawElementProviderSimple)">RangeFromChild(IRawElementProviderSimple)</h4>
<div class="markdown level1 summary"><p>Retrieves the range of a child object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">ITextRangeProvider RangeFromChild(IRawElementProviderSimple childElement)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function RangeFromChild(childElement As IRawElementProviderSimple) As ITextRangeProvider</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.automation.provider.irawelementprovidersimple">IRawElementProviderSimple</a></td>
      <td><span class="parametername">childElement</span></td>
      <td><p>The child element.  A provider should check that the
passed element is a child of the text container, and should throw an
InvalidOperationException if it is not.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.automation.provider.itextrangeprovider">ITextRangeProvider</a></td>
      <td><p>A range that spans the child element.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
