1 {{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
3 {{>partials/uref/class.header}}
5 <h3 id="{{id}}">{{>partials/classSubtitle}}</h3>
7 {{^_disableContribution}}
9 <span class="small pull-right mobile-hide">
10 <span class="divider">|</span>
11 <a href="{{docurl}}">{{__global.improveThisDoc}}</a>
14 <span class="small pull-right mobile-hide">
15 <a href="{{sourceurl}}">{{__global.viewSource}}</a>
17 {{/_disableContribution}}
19 <a id="{{id}}" data-uid="{{uid}}"></a>
21 <h4 id="{{id}}" data-uid="{{uid}}">{{name.0.value}}</h4>
22 <div class="markdown level1 summary">{{{summary}}}</div>
23 <div class="markdown level1 conceptual">{{{conceptual}}}</div>
24 <h5 class="decalaration">{{__global.declaration}}</h5>
26 <div class="codewrapper">
27 <pre><code class="lang-{{syntax.content.0.lang}} hljs">{{syntax.content.0.value}}</code></pre>
30 <h5 class="parameters">{{__global.parameters}}</h5>
31 <table class="table table-bordered table-striped table-condensed">
34 <th>{{__global.type}}</th>
35 <th>{{__global.name}}</th>
36 <th>{{__global.description}}</th>
43 <td>{{{type.specName.0.value}}}</td>
44 <td><em>{{{id}}}</em></td>
47 {{>partials/uref/parameters}}
56 <h5 class="returns">{{__global.returns}}</h5>
57 <table class="table table-bordered table-striped table-condensed">
60 <th>{{__global.type}}</th>
61 <th>{{__global.description}}</th>
66 <td>{{{value.type.0.specName.0.value}}}</td>
67 <td>{{{value.description}}}</td>
73 <h5 class="typeParameters">{{__global.typeParameters}}</h5>
74 <table class="table table-bordered table-striped table-condensed">
77 <th>{{__global.name}}</th>
78 <th>{{__global.description}}</th>
85 <td><em>{{{id}}}</em></td>
86 <td>{{{description}}}</td>
94 <h5 class="fieldValue">{{__global.fieldValue}}</h5>
95 <table class="table table-bordered table-striped table-condensed">
98 <th>{{__global.type}}</th>
99 <th>{{__global.description}}</th>
104 <td>{{{value.type.0.specName.0.value}}}</td>
105 <td>{{{value.description}}}</td>
111 <h5 class="propertyValue">{{__global.propertyValue}}</h5>
112 <table class="table table-bordered table-striped table-condensed">
115 <th>{{__global.type}}</th>
116 <th>{{__global.description}}</th>
121 <td>{{{value.type.0.specName.0.value}}}</td>
122 <td>{{{value.description}}}</td>
128 <h5 class="eventType">{{__global.eventType}}</h5>
129 <table class="table table-bordered table-striped table-condensed">
132 <th>{{__global.type}}</th>
133 <th>{{__global.description}}</th>
138 <td>{{{type.specName.0.value}}}</td>
139 <td>{{{description}}}</td>
146 <h5 class="overrides">{{__global.overrides}}</h5>
147 <div><xref href="{{uid}}" altProperty="fullName" displayProperty="nameWithType"/></div>
150 <h5 class="implements">{{__global.implements}}</h5>
154 <div><xref href="{{definition}}" altProperty="fullName" displayProperty="nameWithType"/></div>
157 <div><xref href="{{uid}}" altProperty="fullName" displayProperty="nameWithType"/></div>
161 <h5 id="{{id}}_remarks">{{__global.remarks}}</h5>
162 <div class="markdown level1 remarks">{{{remarks}}}</div>
165 <h5 id="{{id}}_examples">{{__global.examples}}</h5>
171 <h5 class="exceptions">{{__global.exceptions}}</h5>
172 <table class="table table-bordered table-striped table-condensed">
175 <th>{{__global.type}}</th>
176 <th>{{__global.condition}}</th>
181 {{#exceptions.0.value}}
183 <td>{{{type.specName.0.value}}}</td>
184 <td>{{{description}}}</td>
186 {{/exceptions.0.value}}
192 <h5 id="{{id}}_seealso">{{__global.seealso}}</h5>
193 <div class="seealso">
197 <div>{{{type.specName.0.value}}}</div>
208 {{#extensionMethods.0}}
209 <h3 id="extensionmethods">{{__global.extensionMethods}}</h3>
210 {{/extensionMethods.0}}
211 {{#extensionMethods}}
214 <xref href="{{definition}}" altProperty="fullName" displayProperty="nameWithType"/>
217 <xref href="{{uid}}" altProperty="fullName" displayProperty="nameWithType"/>
220 {{/extensionMethods}}
222 <h3 id="seealso">{{__global.seealso}}</h3>
223 <div class="seealso">
227 <div>{{{type.specName.0.value}}}</div>