OleDbErrorCollection.xml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="OleDbErrorCollection" FullName="System.Data.OleDb.OleDbErrorCollection">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public sealed class OleDbErrorCollection : System.Collections.ICollection" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.Data</AssemblyName>
  6. <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
  7. <AssemblyVersion>1.0.3300.0</AssemblyVersion>
  8. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  9. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  10. </AssemblyInfo>
  11. <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
  12. <Base>
  13. <BaseTypeName>System.Object</BaseTypeName>
  14. </Base>
  15. <Interfaces>
  16. <Interface>
  17. <InterfaceName>System.Collections.ICollection</InterfaceName>
  18. </Interface>
  19. </Interfaces>
  20. <Attributes>
  21. <Attribute>
  22. <AttributeName>System.ComponentModel.ListBindable(false)</AttributeName>
  23. </Attribute>
  24. </Attributes>
  25. <Docs>
  26. <remarks>
  27. <attribution license="cc4" from="Microsoft" modified="false" />
  28. <para>This class is created by <see cref="T:System.Data.OleDb.OleDbException" /> to collect instances of the <see cref="T:System.Data.OleDb.OleDbError" /> class. <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> always contains at least one instance of the <see cref="T:System.Data.OleDb.OleDbError" /> class.</para>
  29. </remarks>
  30. <summary>
  31. <attribution license="cc4" from="Microsoft" modified="false" />
  32. <para>Collects all errors generated by the .NET Framework Data Provider for OLE DB. This class cannot be inherited.</para>
  33. </summary>
  34. </Docs>
  35. <Members>
  36. <Member MemberName="CopyTo">
  37. <MemberSignature Language="C#" Value="public void CopyTo (Array array, int index);" />
  38. <MemberType>Method</MemberType>
  39. <ReturnValue>
  40. <ReturnType>System.Void</ReturnType>
  41. </ReturnValue>
  42. <Parameters>
  43. <Parameter Name="array" Type="System.Array" />
  44. <Parameter Name="index" Type="System.Int32" />
  45. </Parameters>
  46. <Docs>
  47. <remarks>To be added</remarks>
  48. <summary>
  49. <attribution license="cc4" from="Microsoft" modified="false" />
  50. <para>Copies the elements of the <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> into an <see cref="T:System.Array" />, starting at the specified index within the <see cref="T:System.Array" />.</para>
  51. </summary>
  52. <param name="array">
  53. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Array" /> into which to copy the elements. </param>
  54. <param name="index">
  55. <attribution license="cc4" from="Microsoft" modified="false" />The starting index of the <paramref name="array" />. </param>
  56. </Docs>
  57. <AssemblyInfo>
  58. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  59. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  60. </AssemblyInfo>
  61. </Member>
  62. <Member MemberName="CopyTo">
  63. <MemberSignature Language="C#" Value="public void CopyTo (System.Data.OleDb.OleDbError[] array, int index);" />
  64. <MemberType>Method</MemberType>
  65. <AssemblyInfo>
  66. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  67. </AssemblyInfo>
  68. <ReturnValue>
  69. <ReturnType>System.Void</ReturnType>
  70. </ReturnValue>
  71. <Parameters>
  72. <Parameter Name="array" Type="System.Data.OleDb.OleDbError[]" />
  73. <Parameter Name="index" Type="System.Int32" />
  74. </Parameters>
  75. <Docs>
  76. <remarks>To be added.</remarks>
  77. <summary>
  78. <attribution license="cc4" from="Microsoft" modified="false" />
  79. <para>Copies all the elements of the current <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> to the specified <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> starting at the specified destination index.</para>
  80. </summary>
  81. <param name="array">
  82. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> that is the destination of the elements copied from the current <see cref="T:System.Data.OleDb.OleDbErrorCollection" />. </param>
  83. <param name="index">
  84. <attribution license="cc4" from="Microsoft" modified="false" />A 32-bit integer that represents the index in the <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> at which copying starts.</param>
  85. </Docs>
  86. </Member>
  87. <Member MemberName="Count">
  88. <MemberSignature Language="C#" Value="public int Count { get; }" />
  89. <MemberType>Property</MemberType>
  90. <ReturnValue>
  91. <ReturnType>System.Int32</ReturnType>
  92. </ReturnValue>
  93. <Docs>
  94. <value>To be added: an object of type 'int'</value>
  95. <remarks>To be added</remarks>
  96. <summary>
  97. <attribution license="cc4" from="Microsoft" modified="false" />
  98. <para>Gets the number of errors in the collection.</para>
  99. </summary>
  100. </Docs>
  101. <AssemblyInfo>
  102. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  103. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  104. </AssemblyInfo>
  105. </Member>
  106. <Member MemberName="GetEnumerator">
  107. <MemberSignature Language="C#" Value="public System.Collections.IEnumerator GetEnumerator ();" />
  108. <MemberType>Method</MemberType>
  109. <ReturnValue>
  110. <ReturnType>System.Collections.IEnumerator</ReturnType>
  111. </ReturnValue>
  112. <Parameters />
  113. <Docs>
  114. <remarks>To be added</remarks>
  115. <summary>
  116. <attribution license="cc4" from="Microsoft" modified="false" />
  117. <para>Exposes the <see cref="M:System.Collections.IEnumerable.GetEnumerator" /> method, which supports a simple iteration over a collection by a .NET Framework data provider.</para>
  118. </summary>
  119. <returns>
  120. <attribution license="cc4" from="Microsoft" modified="false" />
  121. <para>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</para>
  122. </returns>
  123. </Docs>
  124. <AssemblyInfo>
  125. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  126. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  127. </AssemblyInfo>
  128. </Member>
  129. <Member MemberName="Item">
  130. <MemberSignature Language="C#" Value="public System.Data.OleDb.OleDbError this[int index] { get; }" />
  131. <MemberType>Property</MemberType>
  132. <AssemblyInfo>
  133. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  134. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  135. </AssemblyInfo>
  136. <ReturnValue>
  137. <ReturnType>System.Data.OleDb.OleDbError</ReturnType>
  138. </ReturnValue>
  139. <Parameters>
  140. <Parameter Name="index" Type="System.Int32" />
  141. </Parameters>
  142. <Docs>
  143. <param name="index">To be added.</param>
  144. <summary>To be added.</summary>
  145. <value>To be added.</value>
  146. <remarks>To be added.</remarks>
  147. </Docs>
  148. </Member>
  149. <Member MemberName="System.Collections.ICollection.IsSynchronized">
  150. <MemberSignature Language="C#" Value="bool System.Collections.ICollection.IsSynchronized { get; }" />
  151. <MemberType>Property</MemberType>
  152. <AssemblyInfo>
  153. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  154. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  155. </AssemblyInfo>
  156. <ReturnValue>
  157. <ReturnType>System.Boolean</ReturnType>
  158. </ReturnValue>
  159. <Docs>
  160. <value>To be added.</value>
  161. <remarks>
  162. <attribution license="cc4" from="Microsoft" modified="false" />
  163. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  164. </remarks>
  165. <summary>
  166. <attribution license="cc4" from="Microsoft" modified="false" />
  167. <para>For a description of this member, see <see cref="M:System.Collections.ICollection.IsSynchronized" />.</para>
  168. </summary>
  169. </Docs>
  170. </Member>
  171. <Member MemberName="System.Collections.ICollection.SyncRoot">
  172. <MemberSignature Language="C#" Value="object System.Collections.ICollection.SyncRoot { get; }" />
  173. <MemberType>Property</MemberType>
  174. <AssemblyInfo>
  175. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  176. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  177. </AssemblyInfo>
  178. <ReturnValue>
  179. <ReturnType>System.Object</ReturnType>
  180. </ReturnValue>
  181. <Docs>
  182. <value>To be added.</value>
  183. <remarks>
  184. <attribution license="cc4" from="Microsoft" modified="false" />
  185. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.OleDb.OleDbErrorCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  186. </remarks>
  187. <summary>
  188. <attribution license="cc4" from="Microsoft" modified="false" />
  189. <para>For a description of this member, see <see cref="M:System.Collections.ICollection.SyncRoot" />.</para>
  190. </summary>
  191. </Docs>
  192. </Member>
  193. </Members>
  194. </Type>