# C1.Framework.Accessibility.IAccessibleElementsHolder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_Accessibility_IAccessibleElementsHolder" data-uid="C1.Framework.Accessibility.IAccessibleElementsHolder" class="text-break">IAccessibleElementsHolder Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the object that provides <a class="xref" href="C1.Framework.Accessibility.IAccessibleElement.html">IAccessibleElement</a> objects for the C1ControlAccessibleObject class.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.Accessibility.html">C1.Framework.Accessibility</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_Accessibility_IAccessibleElementsHolder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAccessibleElementsHolder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAccessibleElementsHolder</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Framework_Accessibility_IAccessibleElementsHolder_GetAccessibleElements" data-uid="C1.Framework.Accessibility.IAccessibleElementsHolder.GetAccessibleElements">
          <a class="xref" href="C1.Framework.Accessibility.IAccessibleElementsHolder.GetAccessibleElements.html#C1_Framework_Accessibility_IAccessibleElementsHolder_GetAccessibleElements">GetAccessibleElements()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the accessible elements collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
