You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Windows.Forms.Design.Behavior/BehaviorServiceAdornerCollection.xml
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,7 @@
142
142
<summary>Adds an <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> with the specified value to the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" />.</summary>
143
143
<returns>The index at which the new element was inserted.</returns>
<paramname="value">An array of type <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> to copy to the end of the collection</param>
181
182
<summary>Copies the elements of an array to the end of the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" />.</summary>
<paramname="value">A <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> to add to the end of the collection.</param>
210
212
<summary>Adds the contents of another <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> to the end of the collection.</summary>
<seelangword="true" /> if the <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> is contained in the collection; otherwise, <seelangword="false" /></returns>
<paramname="index">The index in <paramrefname="array" /> where copying begins.</param>
272
276
<summary>Copies the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> values to a one-dimensional <seecref="T:System.Array" /> at the specified index.</summary>
273
277
<remarks>To be added.</remarks>
278
+
<exceptioncref="T:System.ArgumentException">
279
+
<paramrefname="array" /> is multidimensional.
280
+
281
+
-or-
282
+
283
+
The number of elements in the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> is greater than the available space between <paramrefname="index" /> and the end of <paramrefname="array" />.</exception>
284
+
<exceptioncref="T:System.ArgumentNullException">
285
+
<paramrefname="array" /> is <seelangword="null" />.</exception>
<paramrefname="arrayIndex" /> is less than the lower bound of <paramrefname="array" />.</exception>
288
+
<altmembercref="T:System.Array" />
274
289
</Docs>
275
290
</Member>
276
291
<MemberMemberName="GetEnumerator">
@@ -298,6 +313,7 @@
298
313
<summary>Returns an enumerator that can iterate through the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> instance.</summary>
299
314
<returns>An <seecref="T:System.Collections.IEnumerator" /> for the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> instance.</returns>
<summary>Returns the index of an <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> in the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" />.</summary>
329
345
<returns>The index of the <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> of <paramrefname="value" /> in the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" />, if found; otherwise, -1.</returns>
<paramname="value">The <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> to insert.</param>
360
377
<summary>Inserts an <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> into the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" /> at the specified index.</summary>
<paramname="value">The <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> to remove from the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" />.</param>
419
437
<summary>Removes a specific <seecref="T:System.Windows.Forms.Design.Behavior.Adorner" /> from the <seecref="T:System.Windows.Forms.Design.Behavior.BehaviorServiceAdornerCollection" />.</summary>
420
438
<remarks>To be added.</remarks>
439
+
<exceptioncref="T:System.ArgumentException">
440
+
<paramrefname="value" /> is not found in the collection. </exception>
0 commit comments