aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/mozilla/tech/xpcom/reference/interface/nsiaccessibleprovider/index.html
blob: 488e5045568703a1f71e8434d13276fd21742a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: nsIAccessibleProvider
slug: Mozilla/Tech/XPCOM/Reference/Interface/nsIAccessibleProvider
tags:
  - Accessibility
  - Interfaces
translation_of: Mozilla/Tech/XPCOM/Reference/Interface/nsIAccessibleProvider
---
<p> </p>
<p><br>
 </p><div style="border: solid #ddd 2px; margin-bottom: 12px;">
<div style="background: #eee; padding: 2px;"><code><a href="https://dxr.mozilla.org/mozilla-central/source/accessible/public/nsIAccessibleProvider.idl" rel="custom">accessible/public/nsIAccessibleProvider.idl</a></code><span style="text-align: right; float: right;"><a href="/zh-CN/docs/Interfaces/About_Scriptable_Interfaces" style="color: #00cc00; font-weight: 700;">脚本化</a></span></div>
<span style="padding: 4px 2px;">

<i>Please add a summary to this article.</i>
</span>

<div style="background: #eee; padding: 2px;">
<span> </span>
<span style="text-align: right; float: right;">最后修改于Gecko 1.9 (Firefox 3)</span></div>
</div><p></p>
<p>Inherits from: <a href="cn/NsISupports">nsISupports</a></p>
<h2 id="Attributes" name="Attributes">Attributes</h2>
<table class="standard-table">
 <tbody>
  <tr>
   <td class="header">Attribute</td>
   <td class="header">Type</td>
   <td class="header">Description</td>
  </tr>
  <tr>
   <td><code>accessible</code></td>
   <td><code><a href="cn/NsIAccessible">nsIAccessible</a></code></td>
   <td>Returns an accessible.
    <i>
     Read only</i>
   </td>
  </tr>
 </tbody>
</table>
<h3 id="See_also" name="See_also">See also</h3>
<ul>
 <li><a href="cn/Accessibility">Accessibility</a></li>
 <li><a href="cn/NsIAccessible">nsIAccessible</a></li>
</ul>