Terminal.Gui.Key.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. <!DOCTYPE html>
  2. <!--[if IE]><![endif]-->
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  7. <title>Enum Key
  8. </title>
  9. <meta name="viewport" content="width=device-width">
  10. <meta name="title" content="Enum Key
  11. ">
  12. <meta name="generator" content="docfx 2.59.0.0">
  13. <link rel="shortcut icon" href="../../favicon.ico">
  14. <link rel="stylesheet" href="../../styles/docfx.vendor.css">
  15. <link rel="stylesheet" href="../../styles/docfx.css">
  16. <link rel="stylesheet" href="../../styles/main.css">
  17. <meta property="docfx:navrel" content="../../toc.html">
  18. <meta property="docfx:tocrel" content="toc.html">
  19. <meta property="docfx:rel" content="../../">
  20. </head>
  21. <body data-spy="scroll" data-target="#affix" data-offset="120">
  22. <div id="wrapper">
  23. <header>
  24. <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
  25. <div class="container">
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">
  34. <img id="logo" class="svg" src="../../images/logo48.png" alt="">
  35. </a>
  36. </div>
  37. <div class="collapse navbar-collapse" id="navbar">
  38. <form class="navbar-form navbar-right" role="search" id="search">
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
  41. </div>
  42. </form>
  43. </div>
  44. </div>
  45. </nav>
  46. <div class="subnav navbar navbar-default">
  47. <div class="container hide-when-search" id="breadcrumb">
  48. <ul class="breadcrumb">
  49. <li></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </header>
  54. <div class="container body-content">
  55. <div id="search-results">
  56. <div class="search-list">Search Results for <span></span></div>
  57. <div class="sr-items">
  58. <p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
  59. </div>
  60. <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
  61. </div>
  62. </div>
  63. <div role="main" class="container body-content hide-when-search">
  64. <div class="sidenav hide-when-search">
  65. <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
  66. <div class="sidetoggle collapse" id="sidetoggle">
  67. <div id="sidetoc"></div>
  68. </div>
  69. </div>
  70. <div class="article row grid-right">
  71. <div class="col-md-10">
  72. <article class="content wrap" id="_content" data-uid="Terminal.Gui.Key">
  73. <h1 id="Terminal_Gui_Key" data-uid="Terminal.Gui.Key" class="text-break">Enum Key
  74. </h1>
  75. <div class="markdown level0 summary">
  76. The <a class="xref" href="Terminal.Gui.Key.html">Key</a> enumeration contains special encoding for some keys, but can also
  77. encode all the unicode values that can be passed.
  78. </div>
  79. <div class="markdown level0 conceptual"></div>
  80. <h6><strong>Namespace</strong>: <a class="xref" href="Terminal.Gui.html">Terminal.Gui</a></h6>
  81. <h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
  82. <h5 id="Terminal_Gui_Key_syntax">Syntax</h5>
  83. <div class="codewrapper">
  84. <pre><code class="lang-csharp hljs">[Flags]
  85. public enum Key : uint</code></pre>
  86. </div>
  87. <h5 id="Terminal_Gui_Key_remarks"><strong>Remarks</strong></h5>
  88. <div class="markdown level0 remarks">
  89. <p>
  90. If the <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_SpecialMask">SpecialMask</a> is set, then the value is that of the special mask,
  91. otherwise, the value is the one of the lower bits (as extracted by <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_CharMask">CharMask</a>)
  92. <p>
  93. Numerics keys are the values between 48 and 57 corresponding to 0 to 9
  94. </p>
  95. </p>
  96. <p>
  97. Upper alpha keys are the values between 65 and 90 corresponding to A to Z
  98. </p>
  99. <p>
  100. Unicode runes are also stored here, the letter &apos;A&quot; for example is encoded as a value 65 (not surfaced in the enum).
  101. </p>
  102. </div>
  103. <h3 id="fields">Fields
  104. </h3>
  105. <table class="table table-bordered table-striped table-condensed">
  106. <thead>
  107. <tr>
  108. <th>Name</th>
  109. <th>Description</th>
  110. </tr>
  111. <thead>
  112. <tbody>
  113. <tr>
  114. <td id="Terminal_Gui_Key_a">a</td>
  115. <td>
  116. The key code for the user pressing A
  117. </td>
  118. </tr>
  119. <tr>
  120. <td id="Terminal_Gui_Key_A">A</td>
  121. <td>
  122. The key code for the user pressing Shift-A
  123. </td>
  124. </tr>
  125. <tr>
  126. <td id="Terminal_Gui_Key_AltMask">AltMask</td>
  127. <td>
  128. When this value is set, the Key encodes the sequence Alt-KeyValue.
  129. And the actual value must be extracted by removing the AltMask.
  130. </td>
  131. </tr>
  132. <tr>
  133. <td id="Terminal_Gui_Key_b">b</td>
  134. <td>
  135. The key code for the user pressing B
  136. </td>
  137. </tr>
  138. <tr>
  139. <td id="Terminal_Gui_Key_B">B</td>
  140. <td>
  141. The key code for the user pressing Shift-B
  142. </td>
  143. </tr>
  144. <tr>
  145. <td id="Terminal_Gui_Key_Backspace">Backspace</td>
  146. <td>
  147. Backspace key.
  148. </td>
  149. </tr>
  150. <tr>
  151. <td id="Terminal_Gui_Key_BackTab">BackTab</td>
  152. <td>
  153. Shift-tab key (backwards tab key).
  154. </td>
  155. </tr>
  156. <tr>
  157. <td id="Terminal_Gui_Key_c">c</td>
  158. <td>
  159. The key code for the user pressing C
  160. </td>
  161. </tr>
  162. <tr>
  163. <td id="Terminal_Gui_Key_C">C</td>
  164. <td>
  165. The key code for the user pressing Shift-C
  166. </td>
  167. </tr>
  168. <tr>
  169. <td id="Terminal_Gui_Key_CharMask">CharMask</td>
  170. <td>
  171. Mask that indicates that this is a character value, values outside this range
  172. indicate special characters like Alt-key combinations or special keys on the
  173. keyboard like function keys, arrows keys and so on.
  174. </td>
  175. </tr>
  176. <tr>
  177. <td id="Terminal_Gui_Key_CtrlMask">CtrlMask</td>
  178. <td>
  179. When this value is set, the Key encodes the sequence Ctrl-KeyValue.
  180. And the actual value must be extracted by removing the CtrlMask.
  181. </td>
  182. </tr>
  183. <tr>
  184. <td id="Terminal_Gui_Key_CursorDown">CursorDown</td>
  185. <td>
  186. Cursor down key.
  187. </td>
  188. </tr>
  189. <tr>
  190. <td id="Terminal_Gui_Key_CursorLeft">CursorLeft</td>
  191. <td>
  192. Cursor left key.
  193. </td>
  194. </tr>
  195. <tr>
  196. <td id="Terminal_Gui_Key_CursorRight">CursorRight</td>
  197. <td>
  198. Cursor right key.
  199. </td>
  200. </tr>
  201. <tr>
  202. <td id="Terminal_Gui_Key_CursorUp">CursorUp</td>
  203. <td>
  204. Cursor up key
  205. </td>
  206. </tr>
  207. <tr>
  208. <td id="Terminal_Gui_Key_d">d</td>
  209. <td>
  210. The key code for the user pressing D
  211. </td>
  212. </tr>
  213. <tr>
  214. <td id="Terminal_Gui_Key_D">D</td>
  215. <td>
  216. The key code for the user pressing Shift-D
  217. </td>
  218. </tr>
  219. <tr>
  220. <td id="Terminal_Gui_Key_D0">D0</td>
  221. <td>
  222. Digit 0.
  223. </td>
  224. </tr>
  225. <tr>
  226. <td id="Terminal_Gui_Key_D1">D1</td>
  227. <td>
  228. Digit 1.
  229. </td>
  230. </tr>
  231. <tr>
  232. <td id="Terminal_Gui_Key_D2">D2</td>
  233. <td>
  234. Digit 2.
  235. </td>
  236. </tr>
  237. <tr>
  238. <td id="Terminal_Gui_Key_D3">D3</td>
  239. <td>
  240. Digit 3.
  241. </td>
  242. </tr>
  243. <tr>
  244. <td id="Terminal_Gui_Key_D4">D4</td>
  245. <td>
  246. Digit 4.
  247. </td>
  248. </tr>
  249. <tr>
  250. <td id="Terminal_Gui_Key_D5">D5</td>
  251. <td>
  252. Digit 5.
  253. </td>
  254. </tr>
  255. <tr>
  256. <td id="Terminal_Gui_Key_D6">D6</td>
  257. <td>
  258. Digit 6.
  259. </td>
  260. </tr>
  261. <tr>
  262. <td id="Terminal_Gui_Key_D7">D7</td>
  263. <td>
  264. Digit 7.
  265. </td>
  266. </tr>
  267. <tr>
  268. <td id="Terminal_Gui_Key_D8">D8</td>
  269. <td>
  270. Digit 8.
  271. </td>
  272. </tr>
  273. <tr>
  274. <td id="Terminal_Gui_Key_D9">D9</td>
  275. <td>
  276. Digit 9.
  277. </td>
  278. </tr>
  279. <tr>
  280. <td id="Terminal_Gui_Key_Delete">Delete</td>
  281. <td>
  282. The key code for the user pressing the delete key.
  283. </td>
  284. </tr>
  285. <tr>
  286. <td id="Terminal_Gui_Key_DeleteChar">DeleteChar</td>
  287. <td>
  288. Delete character key
  289. </td>
  290. </tr>
  291. <tr>
  292. <td id="Terminal_Gui_Key_e">e</td>
  293. <td>
  294. The key code for the user pressing E
  295. </td>
  296. </tr>
  297. <tr>
  298. <td id="Terminal_Gui_Key_E">E</td>
  299. <td>
  300. The key code for the user pressing Shift-E
  301. </td>
  302. </tr>
  303. <tr>
  304. <td id="Terminal_Gui_Key_End">End</td>
  305. <td>
  306. End key
  307. </td>
  308. </tr>
  309. <tr>
  310. <td id="Terminal_Gui_Key_Enter">Enter</td>
  311. <td>
  312. The key code for the user pressing the return key.
  313. </td>
  314. </tr>
  315. <tr>
  316. <td id="Terminal_Gui_Key_Esc">Esc</td>
  317. <td>
  318. The key code for the user pressing the escape key
  319. </td>
  320. </tr>
  321. <tr>
  322. <td id="Terminal_Gui_Key_f">f</td>
  323. <td>
  324. The key code for the user pressing F
  325. </td>
  326. </tr>
  327. <tr>
  328. <td id="Terminal_Gui_Key_F">F</td>
  329. <td>
  330. The key code for the user pressing Shift-F
  331. </td>
  332. </tr>
  333. <tr>
  334. <td id="Terminal_Gui_Key_F1">F1</td>
  335. <td>
  336. F1 key.
  337. </td>
  338. </tr>
  339. <tr>
  340. <td id="Terminal_Gui_Key_F10">F10</td>
  341. <td>
  342. F10 key.
  343. </td>
  344. </tr>
  345. <tr>
  346. <td id="Terminal_Gui_Key_F11">F11</td>
  347. <td>
  348. F11 key.
  349. </td>
  350. </tr>
  351. <tr>
  352. <td id="Terminal_Gui_Key_F12">F12</td>
  353. <td>
  354. F12 key.
  355. </td>
  356. </tr>
  357. <tr>
  358. <td id="Terminal_Gui_Key_F2">F2</td>
  359. <td>
  360. F2 key.
  361. </td>
  362. </tr>
  363. <tr>
  364. <td id="Terminal_Gui_Key_F3">F3</td>
  365. <td>
  366. F3 key.
  367. </td>
  368. </tr>
  369. <tr>
  370. <td id="Terminal_Gui_Key_F4">F4</td>
  371. <td>
  372. F4 key.
  373. </td>
  374. </tr>
  375. <tr>
  376. <td id="Terminal_Gui_Key_F5">F5</td>
  377. <td>
  378. F5 key.
  379. </td>
  380. </tr>
  381. <tr>
  382. <td id="Terminal_Gui_Key_F6">F6</td>
  383. <td>
  384. F6 key.
  385. </td>
  386. </tr>
  387. <tr>
  388. <td id="Terminal_Gui_Key_F7">F7</td>
  389. <td>
  390. F7 key.
  391. </td>
  392. </tr>
  393. <tr>
  394. <td id="Terminal_Gui_Key_F8">F8</td>
  395. <td>
  396. F8 key.
  397. </td>
  398. </tr>
  399. <tr>
  400. <td id="Terminal_Gui_Key_F9">F9</td>
  401. <td>
  402. F9 key.
  403. </td>
  404. </tr>
  405. <tr>
  406. <td id="Terminal_Gui_Key_g">g</td>
  407. <td>
  408. The key code for the user pressing G
  409. </td>
  410. </tr>
  411. <tr>
  412. <td id="Terminal_Gui_Key_G">G</td>
  413. <td>
  414. The key code for the user pressing Shift-G
  415. </td>
  416. </tr>
  417. <tr>
  418. <td id="Terminal_Gui_Key_h">h</td>
  419. <td>
  420. The key code for the user pressing H
  421. </td>
  422. </tr>
  423. <tr>
  424. <td id="Terminal_Gui_Key_H">H</td>
  425. <td>
  426. The key code for the user pressing Shift-H
  427. </td>
  428. </tr>
  429. <tr>
  430. <td id="Terminal_Gui_Key_Home">Home</td>
  431. <td>
  432. Home key
  433. </td>
  434. </tr>
  435. <tr>
  436. <td id="Terminal_Gui_Key_i">i</td>
  437. <td>
  438. The key code for the user pressing I
  439. </td>
  440. </tr>
  441. <tr>
  442. <td id="Terminal_Gui_Key_I">I</td>
  443. <td>
  444. The key code for the user pressing Shift-I
  445. </td>
  446. </tr>
  447. <tr>
  448. <td id="Terminal_Gui_Key_InsertChar">InsertChar</td>
  449. <td>
  450. Insert character key
  451. </td>
  452. </tr>
  453. <tr>
  454. <td id="Terminal_Gui_Key_j">j</td>
  455. <td>
  456. The key code for the user pressing J
  457. </td>
  458. </tr>
  459. <tr>
  460. <td id="Terminal_Gui_Key_J">J</td>
  461. <td>
  462. The key code for the user pressing Shift-J
  463. </td>
  464. </tr>
  465. <tr>
  466. <td id="Terminal_Gui_Key_k">k</td>
  467. <td>
  468. The key code for the user pressing K
  469. </td>
  470. </tr>
  471. <tr>
  472. <td id="Terminal_Gui_Key_K">K</td>
  473. <td>
  474. The key code for the user pressing Shift-K
  475. </td>
  476. </tr>
  477. <tr>
  478. <td id="Terminal_Gui_Key_l">l</td>
  479. <td>
  480. The key code for the user pressing L
  481. </td>
  482. </tr>
  483. <tr>
  484. <td id="Terminal_Gui_Key_L">L</td>
  485. <td>
  486. The key code for the user pressing Shift-L
  487. </td>
  488. </tr>
  489. <tr>
  490. <td id="Terminal_Gui_Key_m">m</td>
  491. <td>
  492. The key code for the user pressing M
  493. </td>
  494. </tr>
  495. <tr>
  496. <td id="Terminal_Gui_Key_M">M</td>
  497. <td>
  498. The key code for the user pressing Shift-M
  499. </td>
  500. </tr>
  501. <tr>
  502. <td id="Terminal_Gui_Key_n">n</td>
  503. <td>
  504. The key code for the user pressing N
  505. </td>
  506. </tr>
  507. <tr>
  508. <td id="Terminal_Gui_Key_N">N</td>
  509. <td>
  510. The key code for the user pressing Shift-N
  511. </td>
  512. </tr>
  513. <tr>
  514. <td id="Terminal_Gui_Key_Null">Null</td>
  515. <td>
  516. The key code representing null or empty
  517. </td>
  518. </tr>
  519. <tr>
  520. <td id="Terminal_Gui_Key_o">o</td>
  521. <td>
  522. The key code for the user pressing O
  523. </td>
  524. </tr>
  525. <tr>
  526. <td id="Terminal_Gui_Key_O">O</td>
  527. <td>
  528. The key code for the user pressing Shift-O
  529. </td>
  530. </tr>
  531. <tr>
  532. <td id="Terminal_Gui_Key_p">p</td>
  533. <td>
  534. The key code for the user pressing P
  535. </td>
  536. </tr>
  537. <tr>
  538. <td id="Terminal_Gui_Key_P">P</td>
  539. <td>
  540. The key code for the user pressing Shift-P
  541. </td>
  542. </tr>
  543. <tr>
  544. <td id="Terminal_Gui_Key_PageDown">PageDown</td>
  545. <td>
  546. Page Down key.
  547. </td>
  548. </tr>
  549. <tr>
  550. <td id="Terminal_Gui_Key_PageUp">PageUp</td>
  551. <td>
  552. Page Up key.
  553. </td>
  554. </tr>
  555. <tr>
  556. <td id="Terminal_Gui_Key_q">q</td>
  557. <td>
  558. The key code for the user pressing Q
  559. </td>
  560. </tr>
  561. <tr>
  562. <td id="Terminal_Gui_Key_Q">Q</td>
  563. <td>
  564. The key code for the user pressing Shift-Q
  565. </td>
  566. </tr>
  567. <tr>
  568. <td id="Terminal_Gui_Key_r">r</td>
  569. <td>
  570. The key code for the user pressing R
  571. </td>
  572. </tr>
  573. <tr>
  574. <td id="Terminal_Gui_Key_R">R</td>
  575. <td>
  576. The key code for the user pressing Shift-R
  577. </td>
  578. </tr>
  579. <tr>
  580. <td id="Terminal_Gui_Key_s">s</td>
  581. <td>
  582. The key code for the user pressing S
  583. </td>
  584. </tr>
  585. <tr>
  586. <td id="Terminal_Gui_Key_S">S</td>
  587. <td>
  588. The key code for the user pressing Shift-S
  589. </td>
  590. </tr>
  591. <tr>
  592. <td id="Terminal_Gui_Key_ShiftMask">ShiftMask</td>
  593. <td>
  594. When this value is set, the Key encodes the sequence Shift-KeyValue.
  595. </td>
  596. </tr>
  597. <tr>
  598. <td id="Terminal_Gui_Key_Space">Space</td>
  599. <td>
  600. The key code for the user pressing the space bar
  601. </td>
  602. </tr>
  603. <tr>
  604. <td id="Terminal_Gui_Key_SpecialMask">SpecialMask</td>
  605. <td>
  606. If the <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_SpecialMask">SpecialMask</a> is set, then the value is that of the special mask,
  607. otherwise, the value is the one of the lower bits (as extracted by <a class="xref" href="Terminal.Gui.Key.html#Terminal_Gui_Key_CharMask">CharMask</a>).
  608. </td>
  609. </tr>
  610. <tr>
  611. <td id="Terminal_Gui_Key_t">t</td>
  612. <td>
  613. The key code for the user pressing T
  614. </td>
  615. </tr>
  616. <tr>
  617. <td id="Terminal_Gui_Key_T">T</td>
  618. <td>
  619. The key code for the user pressing Shift-T
  620. </td>
  621. </tr>
  622. <tr>
  623. <td id="Terminal_Gui_Key_Tab">Tab</td>
  624. <td>
  625. The key code for the user pressing the tab key (forwards tab key).
  626. </td>
  627. </tr>
  628. <tr>
  629. <td id="Terminal_Gui_Key_u">u</td>
  630. <td>
  631. The key code for the user pressing U
  632. </td>
  633. </tr>
  634. <tr>
  635. <td id="Terminal_Gui_Key_U">U</td>
  636. <td>
  637. The key code for the user pressing Shift-U
  638. </td>
  639. </tr>
  640. <tr>
  641. <td id="Terminal_Gui_Key_Unknown">Unknown</td>
  642. <td>
  643. A key with an unknown mapping was raised.
  644. </td>
  645. </tr>
  646. <tr>
  647. <td id="Terminal_Gui_Key_v">v</td>
  648. <td>
  649. The key code for the user pressing V
  650. </td>
  651. </tr>
  652. <tr>
  653. <td id="Terminal_Gui_Key_V">V</td>
  654. <td>
  655. The key code for the user pressing Shift-V
  656. </td>
  657. </tr>
  658. <tr>
  659. <td id="Terminal_Gui_Key_w">w</td>
  660. <td>
  661. The key code for the user pressing W
  662. </td>
  663. </tr>
  664. <tr>
  665. <td id="Terminal_Gui_Key_W">W</td>
  666. <td>
  667. The key code for the user pressing Shift-W
  668. </td>
  669. </tr>
  670. <tr>
  671. <td id="Terminal_Gui_Key_x">x</td>
  672. <td>
  673. The key code for the user pressing X
  674. </td>
  675. </tr>
  676. <tr>
  677. <td id="Terminal_Gui_Key_X">X</td>
  678. <td>
  679. The key code for the user pressing Shift-X
  680. </td>
  681. </tr>
  682. <tr>
  683. <td id="Terminal_Gui_Key_y">y</td>
  684. <td>
  685. The key code for the user pressing Y
  686. </td>
  687. </tr>
  688. <tr>
  689. <td id="Terminal_Gui_Key_Y">Y</td>
  690. <td>
  691. The key code for the user pressing Shift-Y
  692. </td>
  693. </tr>
  694. <tr>
  695. <td id="Terminal_Gui_Key_z">z</td>
  696. <td>
  697. The key code for the user pressing Z
  698. </td>
  699. </tr>
  700. <tr>
  701. <td id="Terminal_Gui_Key_Z">Z</td>
  702. <td>
  703. The key code for the user pressing Shift-Z
  704. </td>
  705. </tr>
  706. </tbody>
  707. </thead></thead></table>
  708. </article>
  709. </div>
  710. <div class="hidden-sm col-md-2" role="complementary">
  711. <div class="sideaffix">
  712. <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
  713. <h5>In This Article</h5>
  714. <div></div>
  715. </nav>
  716. </div>
  717. </div>
  718. </div>
  719. </div>
  720. <footer>
  721. <div class="grad-bottom"></div>
  722. <div class="footer">
  723. <div class="container">
  724. <span class="pull-right">
  725. <a href="#top">Back to top</a>
  726. </span>
  727. <span>Generated by <strong>DocFX</strong></span>
  728. </div>
  729. </div>
  730. </footer>
  731. </div>
  732. <script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
  733. <script type="text/javascript" src="../../styles/docfx.js"></script>
  734. <script type="text/javascript" src="../../styles/main.js"></script>
  735. </body>
  736. </html>