# C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider" class="text-break">IUiaSelectionProvider Interface
</h1>
  <div class="markdown level0 summary"><p>public interface representing containers that manage selection.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.html">C1.Win.Accessibility.Items.BaseInterfaces</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IUiaSelectionProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IUiaSelectionProvider</code></pre>
  </div>
  <h5 id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Client code uses this public interface; server implementers implent the
ISelectionProvider public interface instead.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_CanSelectMultiple" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider.CanSelectMultiple">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider.CanSelectMultiple.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_CanSelectMultiple">CanSelectMultiple</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control allows more than one element to be selected</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_IsSelectionRequired" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider.IsSelectionRequired">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider.IsSelectionRequired.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_IsSelectionRequired">IsSelectionRequired</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the control requires at least one element to be selected</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_GetSelection" data-uid="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider.GetSelection">
          <a class="xref" href="C1.Win.Accessibility.Items.BaseInterfaces.IUiaSelectionProvider.GetSelection.html#C1_Win_Accessibility_Items_BaseInterfaces_IUiaSelectionProvider_GetSelection">GetSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Get the currently selected elements</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
